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:
@@ -48,7 +48,6 @@ with import ./release-lib.nix { inherit supportedSystems; };
|
|||||||
gcc = all;
|
gcc = all;
|
||||||
gcc33 = linux;
|
gcc33 = linux;
|
||||||
gcc34 = linux;
|
gcc34 = linux;
|
||||||
gcc42 = linux;
|
|
||||||
gcc44 = linux;
|
gcc44 = linux;
|
||||||
gcj = linux;
|
gcj = linux;
|
||||||
ghdl = linux;
|
ghdl = linux;
|
||||||
|
|||||||
@@ -115,7 +115,6 @@ let
|
|||||||
gcc = linux;
|
gcc = linux;
|
||||||
gcc33 = linux;
|
gcc33 = linux;
|
||||||
gcc34 = linux;
|
gcc34 = linux;
|
||||||
gcc42 = linux;
|
|
||||||
gcc44 = linux;
|
gcc44 = linux;
|
||||||
gcj = linux;
|
gcj = linux;
|
||||||
ghdl = linux;
|
ghdl = linux;
|
||||||
|
|||||||
Reference in New Issue
Block a user