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:
589
589
590
590
b_archlinux :
591
591
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
595
593
environment :
596
594
TERM : xterm
597
595
MAKEFLAGS : -j 3
@@ -730,9 +728,7 @@ jobs:
730
728
731
729
t_archlinux_soltest : &t_archlinux_soltest
732
730
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
736
732
environment :
737
733
EVM : << pipeline.parameters.evm-version >>
738
734
OPTIMIZE : 0
You can’t perform that action at this time.
0 commit comments