Skip to content

Commit

Permalink
Merge pull request ethereum#15484 from ethereum/disable-legacy-preset…
Browse files Browse the repository at this point in the history
…-in-zeppelin

Disable legacy presets in zeppelin external test
  • Loading branch information
cameel authored Oct 7, 2024
2 parents 256e952 + 136fe38 commit 8021374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/externalTests/zeppelin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ function zeppelin_test
local settings_presets=(
"${compile_only_presets[@]}"
ir-optimize-evm+yul
legacy-no-optimize
legacy-optimize-evm-only
#legacy-no-optimize # FIXME: Fails with stack too deep
#legacy-optimize-evm-only # FIXME: Fails with stack too deep
legacy-optimize-evm+yul
)

Expand Down

0 comments on commit 8021374

Please sign in to comment.