Re-enable SMT tests on Arch Linux

- Z3 4.8.12 has already been released
This commit is contained in:
Kamil Śliwak 2021-09-01 18:59:13 +02:00
parent 29cc7aa951
commit 5849e0c16e

View File

@ -739,10 +739,7 @@ jobs:
TERM: xterm
# For Archlinux we do not have prebuilt docker images and we would need to build evmone from source,
# thus we forgo semantics tests to speed things up.
# FIXME: Z3 4.8.11 prerelease is now in main Arch Linux repos but it makes some of our SMT
# tests hang. Disabling SMT tests until we get a proper release.
# See https://github.com/Z3Prover/z3/issues/5330 for more details.
SOLTEST_FLAGS: --no-semantic-tests --no-smt
SOLTEST_FLAGS: --no-semantic-tests
steps:
- run:
name: Install runtime dependencies