Skip to content

Commit 5849e0c

Browse files
committed
Re-enable SMT tests on Arch Linux
- Z3 4.8.12 has already been released
1 parent 29cc7aa commit 5849e0c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -739,10 +739,7 @@ jobs:
739739
TERM: xterm
740740
# For Archlinux we do not have prebuilt docker images and we would need to build evmone from source,
741741
# 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
742+
SOLTEST_FLAGS: --no-semantic-tests
746743
steps:
747744
- run:
748745
name: Install runtime dependencies

0 commit comments

Comments
 (0)