solc: remove 0.7 release
They're failing on Hydra, the workload to keep them working is not worth it.
This commit is contained in:
committed by
Jonathan Ringer
parent
18b051fde5
commit
e906410c9a
@@ -11679,9 +11679,7 @@ in
|
||||
|
||||
smlpkg = callPackage ../tools/package-management/smlpkg { };
|
||||
|
||||
solc = solc_0_8;
|
||||
solc_0_8 = callPackage ../development/compilers/solc { };
|
||||
solc_0_7 = callPackage ../development/compilers/solc/0.7.nix { };
|
||||
solc = callPackage ../development/compilers/solc { };
|
||||
|
||||
souffle = callPackage ../development/compilers/souffle {
|
||||
autoreconfHook = buildPackages.autoreconfHook269;
|
||||
|
||||
Reference in New Issue
Block a user