Loading pkgs/by-name/cc/ccache/package.nix +14 −19 Original line number Diff line number Diff line Loading @@ -15,6 +15,8 @@ doctest, xcodebuild, makeWrapper, ctestCheckHook, writableTmpDirAsHomeHook, nix-update-script, }: Loading Loading @@ -82,15 +84,15 @@ stdenv.mkDerivation (finalAttrs: { # test/run requires the compgen function which is available in # bashInteractive, but not bash. bashInteractive ctestCheckHook writableTmpDirAsHomeHook ] ++ lib.optional stdenv.hostPlatform.isDarwin xcodebuild; checkInputs = [ doctest ]; checkPhase = let badTests = disabledTests = [ "test.trim_dir" # flaky on hydra (possibly filesystem-specific?) ] Loading @@ -100,13 +102,6 @@ stdenv.mkDerivation (finalAttrs: { "test.multi_arch" "test.nocpp2" ]; in '' runHook preCheck export HOME=$(mktemp -d) ctest --output-on-failure -E '^(${lib.concatStringsSep "|" badTests})$' runHook postCheck ''; passthru = { # A derivation that provides gcc and g++ commands, but that Loading Loading
pkgs/by-name/cc/ccache/package.nix +14 −19 Original line number Diff line number Diff line Loading @@ -15,6 +15,8 @@ doctest, xcodebuild, makeWrapper, ctestCheckHook, writableTmpDirAsHomeHook, nix-update-script, }: Loading Loading @@ -82,15 +84,15 @@ stdenv.mkDerivation (finalAttrs: { # test/run requires the compgen function which is available in # bashInteractive, but not bash. bashInteractive ctestCheckHook writableTmpDirAsHomeHook ] ++ lib.optional stdenv.hostPlatform.isDarwin xcodebuild; checkInputs = [ doctest ]; checkPhase = let badTests = disabledTests = [ "test.trim_dir" # flaky on hydra (possibly filesystem-specific?) ] Loading @@ -100,13 +102,6 @@ stdenv.mkDerivation (finalAttrs: { "test.multi_arch" "test.nocpp2" ]; in '' runHook preCheck export HOME=$(mktemp -d) ctest --output-on-failure -E '^(${lib.concatStringsSep "|" badTests})$' runHook postCheck ''; passthru = { # A derivation that provides gcc and g++ commands, but that Loading