* Disable two jobs that don't evaluate.

svn path=/nixos/trunk/; revision=33685
This commit is contained in:
Eelco Dolstra 2012-04-09 12:52:15 +00:00
parent defe1d36cb
commit 80866302b4

View File

@ -182,6 +182,7 @@ let
module = ./modules/installer/cd-dvd/system-tarball-pc.nix; module = ./modules/installer/cd-dvd/system-tarball-pc.nix;
}; };
/*
system_tarball_fuloong2f = system_tarball_fuloong2f =
assert builtins.currentSystem == "mips64-linux"; assert builtins.currentSystem == "mips64-linux";
makeSystemTarball { makeSystemTarball {
@ -193,6 +194,7 @@ let
makeSystemTarball { makeSystemTarball {
module = ./modules/installer/cd-dvd/system-tarball-sheevaplug.nix; module = ./modules/installer/cd-dvd/system-tarball-sheevaplug.nix;
} { system = "armv5tel-linux"; }; } { system = "armv5tel-linux"; };
*/
tests = tests =