Disable the evalNixOS test
It also OOMs. https://hydra.nixos.org/build/105942679 (cherry picked from commit 99af822004418b25b6d04eca67949c62e770c16b)
This commit is contained in:
parent
5526f725a8
commit
9cf52dd1cc
1 changed files with 2 additions and 2 deletions
|
@ -279,7 +279,6 @@ let
|
||||||
nix = build.x86_64-linux;
|
nix = build.x86_64-linux;
|
||||||
officialRelease = false;
|
officialRelease = false;
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
|
|
||||||
tests.evalNixOS =
|
tests.evalNixOS =
|
||||||
pkgs.runCommand "eval-nixos" { buildInputs = [ build.x86_64-linux ]; }
|
pkgs.runCommand "eval-nixos" { buildInputs = [ build.x86_64-linux ]; }
|
||||||
|
@ -291,6 +290,7 @@ let
|
||||||
|
|
||||||
touch $out
|
touch $out
|
||||||
'';
|
'';
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
installerScript =
|
installerScript =
|
||||||
|
@ -329,7 +329,7 @@ let
|
||||||
tests.nix-copy-closure
|
tests.nix-copy-closure
|
||||||
tests.binaryTarball
|
tests.binaryTarball
|
||||||
#tests.evalNixpkgs
|
#tests.evalNixpkgs
|
||||||
tests.evalNixOS
|
#tests.evalNixOS
|
||||||
installerScript
|
installerScript
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue