We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b05552 + c801fbe commit 47b3a68Copy full SHA for 47b3a68
bench_runner/scripts/workflow.py
@@ -190,7 +190,7 @@ def compile_windows(
190
if "TAILCALL" in flags:
191
args.append("--tail-call-interp")
192
if configure_flags := os.environ.get("PYTHON_CONFIGURE_FLAGS"):
193
- args.extend(shlex.split(configure_flags))
+ args.append(configure_flags)
194
195
with contextlib.chdir(cpython):
196
subprocess.check_call(
bench_runner/templates/_weekly.src.yml
@@ -35,7 +35,6 @@ jobs:
35
fork: python
36
ref: ${{ needs.determine_head.outputs.commit }}
37
benchmarks: all
38
- individual: true
39
tier2: false
40
secrets: inherit
41
@@ -46,7 +45,6 @@ jobs:
46
45
47
48
49
50
tier2: true
51
52
0 commit comments