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 29cc7aa commit 5849e0cCopy full SHA for 5849e0c
.circleci/config.yml
@@ -739,10 +739,7 @@ jobs:
739
TERM: xterm
740
# For Archlinux we do not have prebuilt docker images and we would need to build evmone from source,
741
# 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
+ SOLTEST_FLAGS: --no-semantic-tests
746
steps:
747
- run:
748
name: Install runtime dependencies
0 commit comments