mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
dufs: skip checkPhase on darwin
This commit is contained in:
parent
38358880b3
commit
8d64997464
@ -23,6 +23,9 @@ rustPlatform.buildRustPackage rec {
|
|||||||
Security
|
Security
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# FIXME: checkPhase on darwin will leave some zombie spawn processes
|
||||||
|
# see https://github.com/NixOS/nixpkgs/issues/205620
|
||||||
|
doCheck = !stdenv.isDarwin;
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
# tests depend on network interface, may fail with virtual IPs.
|
# tests depend on network interface, may fail with virtual IPs.
|
||||||
"--skip=validate_printed_urls"
|
"--skip=validate_printed_urls"
|
||||||
|
Loading…
Reference in New Issue
Block a user