Skip to content

Commit 70fe0c6

Browse files
authored
Merge pull request #11883 from ethereum/remove-archlinux-ci-workarounds
Remove CI workarounds for archlinux
2 parents 6f8f58e + 4e76914 commit 70fe0c6

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.circleci/config.yml

Lines changed: 3 additions & 10 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,19 +728,14 @@ 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
739735
TERM: xterm
740736
# For Archlinux we do not have prebuilt docker images and we would need to build evmone from source,
741737
# 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
746739
steps:
747740
- run:
748741
name: Install runtime dependencies

0 commit comments

Comments
 (0)