We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5849e0c commit 4e76914Copy full SHA for 4e76914
1 file changed
.circleci/config.yml
@@ -589,9 +589,7 @@ jobs:
589
590
b_archlinux:
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
+ - image: archlinux:base
595
environment:
596
TERM: xterm
597
MAKEFLAGS: -j 3
@@ -730,9 +728,7 @@ jobs:
730
728
731
729
t_archlinux_soltest: &t_archlinux_soltest
732
733
734
735
736
737
EVM: << pipeline.parameters.evm-version >>
738
OPTIMIZE: 0
0 commit comments