Skip to content

Commit 4e76914

Browse files
committed
Switch back to using the latest ArchLinux docker image
1 parent 5849e0c commit 4e76914

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)