rustc: Disable doCheck on Darwin.
This commit is contained in:
parent
d5569064c3
commit
6fd0591674
@ -115,6 +115,7 @@ stdenv.mkDerivation {
|
||||
|
||||
preCheck = "export TZDIR=${tzdata}/share/zoneinfo";
|
||||
|
||||
doCheck = true;
|
||||
# Disable doCheck on Darwin to work around upstream issue
|
||||
doCheck = !stdenv.isDarwin;
|
||||
dontSetConfigureCross = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user