mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
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
|
||||
, targetPatches
|
||||
, 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
|
||||
, buildPlatform, hostPlatform
|
||||
} @ args:
|
||||
|
Loading…
Reference in New Issue
Block a user