forked from lix-project/lix
Disable the evalNixOS test
It also OOMs. https://hydra.nixos.org/build/105942679
This commit is contained in:
parent
04bf9acd22
commit
99af822004
|
@ -277,7 +277,6 @@ let
|
|||
nix = build.x86_64-linux;
|
||||
officialRelease = false;
|
||||
};
|
||||
*/
|
||||
|
||||
tests.evalNixOS =
|
||||
pkgs.runCommand "eval-nixos" { buildInputs = [ build.x86_64-linux ]; }
|
||||
|
@ -289,6 +288,7 @@ let
|
|||
|
||||
touch $out
|
||||
'';
|
||||
*/
|
||||
|
||||
|
||||
installerScript =
|
||||
|
@ -327,7 +327,7 @@ let
|
|||
tests.nix-copy-closure
|
||||
tests.binaryTarball
|
||||
#tests.evalNixpkgs
|
||||
tests.evalNixOS
|
||||
#tests.evalNixOS
|
||||
installerScript
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue