mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
disable SMT tests for the clang job
This commit is contained in:
parent
16c0838f75
commit
22e4e2cdc9
@ -1087,6 +1087,9 @@ jobs:
|
|||||||
environment:
|
environment:
|
||||||
EVM: << pipeline.parameters.evm-version >>
|
EVM: << pipeline.parameters.evm-version >>
|
||||||
OPTIMIZE: 0
|
OPTIMIZE: 0
|
||||||
|
# The high parallelism in this job is causing the SMT tests to run out of memory,
|
||||||
|
# so disabling for now.
|
||||||
|
SOLTEST_FLAGS: --no-smt
|
||||||
<<: *steps_soltest
|
<<: *steps_soltest
|
||||||
|
|
||||||
t_ubu_release_soltest_all: &t_ubu_release_soltest_all
|
t_ubu_release_soltest_all: &t_ubu_release_soltest_all
|
||||||
|
Loading…
Reference in New Issue
Block a user