Skip to content

Commit 22e4e2c

Browse files
author
Leo Alt
committed
disable SMT tests for the clang job
1 parent 16c0838 commit 22e4e2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,9 @@ jobs:
10871087
environment:
10881088
EVM: << pipeline.parameters.evm-version >>
10891089
OPTIMIZE: 0
1090+
# The high parallelism in this job is causing the SMT tests to run out of memory,
1091+
# so disabling for now.
1092+
SOLTEST_FLAGS: --no-smt
10901093
<<: *steps_soltest
10911094

10921095
t_ubu_release_soltest_all: &t_ubu_release_soltest_all

0 commit comments

Comments
 (0)