File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,10 @@ depot-ubuntu-22.04:
55 platform : linux
66 free : false
77
8- # TODO: Enable this runner to perform native builds for aarch64
9- # depot-ubuntu-22.04-arm:
10- # arch: aarch64
11- # platform: linux
12- # free: false
8+ depot-ubuntu-22.04-arm :
9+ arch : aarch64
10+ platform : linux
11+ free : false
1312
1413depot-macos-latest :
1514 arch : x86_64
Original file line number Diff line number Diff line change @@ -50,13 +50,11 @@ linux:
5050 - " 3.14"
5151 build_options :
5252 - debug
53- - noopt
54- - lto
53+ - pgo+lto
5554 build_options_conditional :
5655 - options :
5756 - freethreaded+debug
58- - freethreaded+noopt
59- - freethreaded+lto
57+ - freethreaded+pgo+lto
6058 minimum-python-version : " 3.13"
6159
6260 armv7-unknown-linux-gnueabi :
You can’t perform that action at this time.
0 commit comments