Skip to content

Commit

Permalink
folly: disable tests on Clang for now (NixOS#368576)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Dec 27, 2024
2 parents 831ec77 + 5fd9539 commit 922714d
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 922714d

Please sign in to comment.