From 9cf52dd1cc8c269c817965459a746eeea0abad83 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 7 Nov 2019 10:14:00 +0100 Subject: [PATCH] Disable the evalNixOS test It also OOMs. https://hydra.nixos.org/build/105942679 (cherry picked from commit 99af822004418b25b6d04eca67949c62e770c16b) --- release.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.nix b/release.nix index 02745c49a..f6b1ff10f 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 ]; };