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
|
umount /nix
|
||||||
''); # */
|
''); # */
|
||||||
|
|
||||||
|
/*
|
||||||
tests.evalNixpkgs =
|
tests.evalNixpkgs =
|
||||||
import (nixpkgs + "/pkgs/top-level/make-tarball.nix") {
|
import (nixpkgs + "/pkgs/top-level/make-tarball.nix") {
|
||||||
inherit nixpkgs;
|
inherit nixpkgs;
|
||||||
|
@ -276,6 +277,7 @@ 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 ]; }
|
||||||
|
@ -324,7 +326,7 @@ let
|
||||||
tests.remoteBuilds
|
tests.remoteBuilds
|
||||||
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