Skip to content

Commit b36da10

Browse files
matheusaaguiarclonker
authored andcommitted
Remove EOF from soltest flags
1 parent 5b0f5f0 commit b36da10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/soltest_all.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ IFS=" " read -ra EVM_VALUES <<< "${1:-${DEFAULT_EVM_VALUES[@]}}"
4040

4141
DEFAULT_EVM=prague
4242
OPTIMIZE_VALUES=(0 1)
43-
EOF_VERSIONS=(0 1)
43+
# TODO: EOF is marked as experimental in evmone. Reenable when proper handling for that is added here.
44+
EOF_VERSIONS=(0)
4445

4546
# Run for ABI encoder v1, without SMTChecker tests.
4647
EVM="${DEFAULT_EVM}" \

0 commit comments

Comments
 (0)