valgrind: disable on darwin
This commit is contained in:
parent
b36436a12a
commit
76d8e2fb30
1 changed files with 1 additions and 0 deletions
|
@ -86,5 +86,6 @@ stdenv.mkDerivation rec {
|
|||
"riscv32-linux" "riscv64-linux"
|
||||
"alpha-linux"
|
||||
];
|
||||
broken = stdenv.isDarwin; # https://hydra.nixos.org/build/128521440/nixlog/2
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue