Skip to content

Commit 9c28b1b

Browse files
committed
Enable PGO and native builds for aarch64-unknown-linux-gnu
1 parent 37e2283 commit 9c28b1b

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

ci-runners.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1413
depot-macos-latest:
1514
arch: x86_64

ci-targets.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)