File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -927,11 +927,14 @@ jobs:
927
927
environment :
928
928
TERM : xterm
929
929
MAKEFLAGS : -j 5
930
+ # Build without Z3. We won't be running SMT tests on Arch because that requires a specific
931
+ # version of Z3 and the one with the official repos is often not the one we need.
932
+ USE_Z3 : OFF
930
933
steps :
931
934
- run :
932
935
name : Install build dependencies
933
936
command : |
934
- pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake z3 cvc4 git openssh tar
937
+ pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake cvc4 git openssh tar
935
938
- checkout
936
939
- run : *run_build
937
940
- store_artifacts : *artifacts_solc
@@ -1047,7 +1050,7 @@ jobs:
1047
1050
TERM : xterm
1048
1051
# For Archlinux we do not have prebuilt docker images and we would need to build evmone from source,
1049
1052
# thus we forgo semantics tests to speed things up.
1050
- SOLTEST_FLAGS : --no-semantic-tests
1053
+ SOLTEST_FLAGS : --no-semantic-tests --no-smt
1051
1054
steps :
1052
1055
- run :
1053
1056
name : Install runtime dependencies
You can’t perform that action at this time.
0 commit comments