rust: disable tests on darwin
See https://github.com/rust-lang/rust/issues/51006 Tests frequently fail on Darwin. Not sure why but it's easier to just disable for now.
This commit is contained in:
parent
93cb47a2fc
commit
332b9dedc8
@ -10,7 +10,11 @@
|
|||||||
, targets
|
, targets
|
||||||
, targetPatches
|
, targetPatches
|
||||||
, targetToolchains
|
, targetToolchains
|
||||||
, doCheck ? true
|
|
||||||
|
# Tests frequently break on Darwin
|
||||||
|
# See the rust issue: https://github.com/rust-lang/rust/issues/51006
|
||||||
|
, doCheck ? (!stdenv.isDarwin)
|
||||||
|
|
||||||
, broken ? false
|
, broken ? false
|
||||||
, buildPlatform, hostPlatform
|
, buildPlatform, hostPlatform
|
||||||
} @ args:
|
} @ args:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user