Skip to content

Commit 843e005

Browse files
committed
disable expensive julia tests
1 parent fcea916 commit 843e005

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nix/tools.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ in
142142
hpack
143143
html-tidy
144144
lychee
145-
julia-bin
146145
mdformat
147146
mdl
148147
mdsh
@@ -220,6 +219,9 @@ in
220219

221220
headache = callPackage ./headache { };
222221

222+
# Disable tests as these take way to long on our infra.
223+
julia-bin = julia-bin.overrideAttrs (_: _: { doInstallCheck = false; });
224+
223225
# nixfmt was renamed to nixfmt-classic in 24.05.
224226
# nixfmt may be replaced by nixfmt-rfc-style in the future.
225227
nixfmt = if nixfmt-classic == null then nixfmt else nixfmt-classic;

0 commit comments

Comments
 (0)