File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -589,9 +589,7 @@ jobs:
589589
590590 b_archlinux :
591591 docker :
592- # FIXME: Newer releases won't work until CircleCI updates its host machines.
593- # See https://github.com/ethereum/solidity/pull/11332
594- - image : archlinux:base-20210131.0.14634
592+ - image : archlinux:base
595593 environment :
596594 TERM : xterm
597595 MAKEFLAGS : -j 3
@@ -730,9 +728,7 @@ jobs:
730728
731729 t_archlinux_soltest : &t_archlinux_soltest
732730 docker :
733- # FIXME: Newer releases won't work until CircleCI updates its host machines.
734- # See https://github.com/ethereum/solidity/pull/11332
735- - image : archlinux:base-20210131.0.14634
731+ - image : archlinux:base
736732 environment :
737733 EVM : << pipeline.parameters.evm-version >>
738734 OPTIMIZE : 0
You can’t perform that action at this time.
0 commit comments