Unverified Commit 922714d9 authored by Emily's avatar Emily Committed by GitHub
Browse files

folly: disable tests on Clang for now (#368576)

parents 831ec770 5fd9539a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 = ''