mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13306 from ethereum/no-smt-on-arch
Disable SMT tests on Arch Linux
This commit is contained in:
commit
849d6f6230
@ -927,11 +927,14 @@ jobs:
|
|||||||
environment:
|
environment:
|
||||||
TERM: xterm
|
TERM: xterm
|
||||||
MAKEFLAGS: -j 5
|
MAKEFLAGS: -j 5
|
||||||
|
# Build without Z3. We won't be running SMT tests on Arch because that requires a specific
|
||||||
|
# version of Z3 and the one with the official repos is often not the one we need.
|
||||||
|
USE_Z3: OFF
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Install build dependencies
|
name: Install build dependencies
|
||||||
command: |
|
command: |
|
||||||
pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake z3 cvc4 git openssh tar
|
pacman --noconfirm -Syu --noprogressbar --needed base-devel boost cmake cvc4 git openssh tar
|
||||||
- checkout
|
- checkout
|
||||||
- run: *run_build
|
- run: *run_build
|
||||||
- store_artifacts: *artifacts_solc
|
- store_artifacts: *artifacts_solc
|
||||||
@ -1047,7 +1050,7 @@ jobs:
|
|||||||
TERM: xterm
|
TERM: xterm
|
||||||
# For Archlinux we do not have prebuilt docker images and we would need to build evmone from source,
|
# 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.
|
# thus we forgo semantics tests to speed things up.
|
||||||
SOLTEST_FLAGS: --no-semantic-tests
|
SOLTEST_FLAGS: --no-semantic-tests --no-smt
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Install runtime dependencies
|
name: Install runtime dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user