Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable PGO and native builds for aarch64-unknown-linux-gnu #484

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions ci-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ depot-ubuntu-22.04:
platform: linux
free: false

# TODO: Enable this runner to perform native builds for aarch64
# depot-ubuntu-22.04-arm:
# arch: aarch64
# platform: linux
# free: false
depot-ubuntu-22.04-arm:
arch: aarch64
platform: linux
free: false

depot-macos-latest:
arch: x86_64
Expand Down
6 changes: 2 additions & 4 deletions ci-targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ linux:
- "3.14"
build_options:
- debug
- noopt
- lto
- pgo+lto
build_options_conditional:
- options:
- freethreaded+debug
- freethreaded+noopt
- freethreaded+lto
- freethreaded+pgo+lto
minimum-python-version: "3.13"

armv7-unknown-linux-gnueabi:
Expand Down
Loading