ldc: don’t run checks on darwin
failing currently: https://hydra.nixos.org/build/92532427
This commit is contained in:
parent
66a3a7b303
commit
0695b7da24
@ -150,7 +150,7 @@ stdenv.mkDerivation rec {
|
|||||||
else
|
else
|
||||||
"";
|
"";
|
||||||
|
|
||||||
doCheck = !bootstrapVersion;
|
doCheck = !bootstrapVersion && !stdenv.isDarwin;
|
||||||
|
|
||||||
checkPhase = stdenv.lib.optionalString doCheck ''
|
checkPhase = stdenv.lib.optionalString doCheck ''
|
||||||
# Build default lib test runners
|
# Build default lib test runners
|
||||||
|
Loading…
x
Reference in New Issue
Block a user