diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-11-07T09·14+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-01-04T13·02+0100 |
commit | 9cf52dd1cc8c269c817965459a746eeea0abad83 (patch) | |
tree | cb2a7584d3818fe9e99f08e82620b85d4ca0acce | |
parent | 5526f725a85a61d585231b9720739216d35be0f4 (diff) |
Disable the evalNixOS test
It also OOMs. https://hydra.nixos.org/build/105942679 (cherry picked from commit 99af822004418b25b6d04eca67949c62e770c16b)
-rw-r--r-- | release.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release.nix b/release.nix index 02745c49ace9..f6b1ff10fbbf 100644 --- a/release.nix +++ b/release.nix @@ -279,7 +279,6 @@ let nix = build.x86_64-linux; officialRelease = false; }; - */ tests.evalNixOS = pkgs.runCommand "eval-nixos" { buildInputs = [ build.x86_64-linux ]; } @@ -291,6 +290,7 @@ let touch $out ''; + */ installerScript = @@ -329,7 +329,7 @@ let tests.nix-copy-closure tests.binaryTarball #tests.evalNixpkgs - tests.evalNixOS + #tests.evalNixOS installerScript ]; }; |