* Disable two jobs that don't evaluate.
svn path=/nixos/trunk/; revision=33685
This commit is contained in:
parent
defe1d36cb
commit
80866302b4
@ -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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user