File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
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,19 +728,14 @@ 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
739
735
TERM : xterm
740
736
# For Archlinux we do not have prebuilt docker images and we would need to build evmone from source,
741
737
# thus we forgo semantics tests to speed things up.
742
- # FIXME: Z3 4.8.11 prerelease is now in main Arch Linux repos but it makes some of our SMT
743
- # tests hang. Disabling SMT tests until we get a proper release.
744
- # See https://github.com/Z3Prover/z3/issues/5330 for more details.
745
- SOLTEST_FLAGS : --no-semantic-tests --no-smt
738
+ SOLTEST_FLAGS : --no-semantic-tests
746
739
steps :
747
740
- run :
748
741
name : Install runtime dependencies
You can’t perform that action at this time.
0 commit comments