disable SMT tests for the clang job

This commit is contained in:
Leo Alt 2022-08-30 11:02:14 +02:00
parent 16c0838f75
commit 22e4e2cdc9

View File

@ -1087,6 +1087,9 @@ jobs:
environment:
EVM: << pipeline.parameters.evm-version >>
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
t_ubu_release_soltest_all: &t_ubu_release_soltest_all