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;
|
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 ]; }
|
||||||
|
@ -289,6 +288,7 @@ let
|
||||||
|
|
||||||
touch $out
|
touch $out
|
||||||
'';
|
'';
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
installerScript =
|
installerScript =
|
||||||
|
@ -327,7 +327,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