File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
3
- ## v2.0.0
4
-
5
3
### Moving more code to Python
6
4
7
5
Most of the code to orchestrate the benchmarks at a high level has moved from
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ def compile_windows(
190
190
if "TAILCALL" in flags :
191
191
args .append ("--tail-call-interp" )
192
192
if configure_flags := os .environ .get ("PYTHON_CONFIGURE_FLAGS" ):
193
- args .extend ( shlex . split ( configure_flags ) )
193
+ args .append ( configure_flags )
194
194
195
195
with contextlib .chdir (cpython ):
196
196
subprocess .check_call (
Original file line number Diff line number Diff line change 35
35
fork : python
36
36
ref : ${{ needs.determine_head.outputs.commit }}
37
37
benchmarks : all
38
- individual : true
39
38
tier2 : false
40
39
secrets : inherit
41
40
46
45
fork : python
47
46
ref : ${{ needs.determine_head.outputs.commit }}
48
47
benchmarks : all
49
- individual : true
50
48
tier2 : true
51
49
secrets : inherit
52
50
You can’t perform that action at this time.
0 commit comments