Skip to content

Commit

Permalink
Merge pull request #237145 from emilytrau/ccache-test
Browse files Browse the repository at this point in the history
ccache: disable failing test `test.fileclone` on aarch64-darwin
  • Loading branch information
r-burns committed Jun 13, 2023
2 parents f5f4bba + 033f7b6 commit 278f364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/tools/misc/ccache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
];
Expand Down

0 comments on commit 278f364

Please sign in to comment.