Skip to content

Commit f71b385

Browse files
committed
CI re-enable full prb-math preset matrix
1 parent 9651663 commit f71b385

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/externalTests/prb-math.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,13 @@ def configure(self):
5252
name="PRBMath",
5353
repo_url="https://github.com/PaulRBerg/prb-math.git",
5454
ref="<latest-release>",
55-
compile_only_presets=[
56-
# pylint: disable=line-too-long
57-
# SettingsPreset.IR_NO_OPTIMIZE, # Error: Yul exception:Variable expr_15699_address is 2 slot(s) too deep inside the stack. Stack too deep.
58-
# SettingsPreset.IR_OPTIMIZE_EVM_ONLY, # Error: Yul exception:Variable expr_15699_address is 2 slot(s) too deep inside the stack. Stack too deep.
59-
],
6055
settings_presets=[
6156
SettingsPreset.LEGACY_NO_OPTIMIZE,
6257
SettingsPreset.LEGACY_OPTIMIZE_EVM_ONLY,
6358
SettingsPreset.LEGACY_OPTIMIZE_EVM_YUL,
59+
SettingsPreset.IR_NO_OPTIMIZE,
6460
SettingsPreset.IR_OPTIMIZE_EVM_YUL,
61+
SettingsPreset.IR_OPTIMIZE_EVM_ONLY,
6562
],
6663
)
6764

0 commit comments

Comments
 (0)