Skip to content

Commit

Permalink
folly: disable tests on Clang for now
Browse files Browse the repository at this point in the history
Closes: NixOS#368501
  • Loading branch information
emilazy committed Dec 27, 2024
1 parent e8f027f commit 5fd9539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/by-name/fo/folly/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ stdenv.mkDerivation (finalAttrs: {
]
);

doCheck = true;
# Temporary fix until next `staging` cycle.
doCheck = !stdenv.cc.isClang;

# https://github.com/NixOS/nixpkgs/issues/144170
postPatch = ''
Expand Down

0 comments on commit 5fd9539

Please sign in to comment.