mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
Merge pull request #237145 from emilytrau/ccache-test
ccache: disable failing test `test.fileclone` on aarch64-darwin
This commit is contained in:
commit
278f364f1e
@ -59,6 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"test.trim_dir" # flaky on hydra (possibly filesystem-specific?)
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
"test.basedir"
|
||||
"test.fileclone" # flaky on hydra (possibly filesystem-specific?)
|
||||
"test.multi_arch"
|
||||
"test.nocpp2"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user