Skip to content

Commit 0510514

Browse files
committed
[GR-64759] Adopt the new unchained standalones for GraalPy benchmarking.
PullRequest: graalpython/3784
2 parents c71c095 + 01feb75 commit 0510514

File tree

4 files changed

+132
-245
lines changed

4 files changed

+132
-245
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "aab5ad2b04cdc894d34dd15edf18f3ab5c4c1870" }
1+
{ "overlay": "2ffa5d51a35c1e6d5b1bad7038dbaf30b0118422" }

mx.graalpython/mx_graalpython.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,6 +2011,11 @@ def _python_checkpatchfiles():
20112011
def bytecode_dsl_build_args():
20122012
return ['-Dpython.EnableBytecodeDSLInterpreter=true'] if BYTECODE_DSL_INTERPRETER else []
20132013

2014+
mx_subst.results_substitutions.register_no_arg(
2015+
'bytecode_dsl_build_args',
2016+
lambda: f'-Dpython.EnableBytecodeDSLInterpreter={repr(BYTECODE_DSL_INTERPRETER).lower()}'
2017+
)
2018+
20142019
mx_sdk.register_graalvm_component(mx_sdk.GraalVmLanguage(
20152020
suite=SUITE,
20162021
name='GraalVM Python',

0 commit comments

Comments
 (0)