3
0
Fork 0
forked from mirrors/nixpkgs

Fix tarball job

gcc42 was removed in commit 5add082ab8
("gcc-4.2: Remove") but there are still some references to it. Remove
those references to fix Hydra tarball job.
This commit is contained in:
Bjørn Forsman 2014-07-23 23:00:13 +02:00
parent 49c9ba81a5
commit a1a2851409
2 changed files with 0 additions and 2 deletions

View file

@ -48,7 +48,6 @@ with import ./release-lib.nix { inherit supportedSystems; };
gcc = all;
gcc33 = linux;
gcc34 = linux;
gcc42 = linux;
gcc44 = linux;
gcj = linux;
ghdl = linux;

View file

@ -115,7 +115,6 @@ let
gcc = linux;
gcc33 = linux;
gcc34 = linux;
gcc42 = linux;
gcc44 = linux;
gcj = linux;
ghdl = linux;