forked from lix-project/lix
Disable the evalNixpkgs test
It constantly OOMs. https://hydra.nixos.org/build/105784912
This commit is contained in:
parent
7614a127a0
commit
35732a95bc
|
@ -269,6 +269,7 @@ let
|
|||
umount /nix
|
||||
''); # */
|
||||
|
||||
/*
|
||||
tests.evalNixpkgs =
|
||||
import (nixpkgs + "/pkgs/top-level/make-tarball.nix") {
|
||||
inherit nixpkgs;
|
||||
|
@ -276,6 +277,7 @@ let
|
|||
nix = build.x86_64-linux;
|
||||
officialRelease = false;
|
||||
};
|
||||
*/
|
||||
|
||||
tests.evalNixOS =
|
||||
pkgs.runCommand "eval-nixos" { buildInputs = [ build.x86_64-linux ]; }
|
||||
|
@ -324,7 +326,7 @@ let
|
|||
tests.remoteBuilds
|
||||
tests.nix-copy-closure
|
||||
tests.binaryTarball
|
||||
tests.evalNixpkgs
|
||||
#tests.evalNixpkgs
|
||||
tests.evalNixOS
|
||||
installerScript
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue