From 9c28b1bdc43db152cbe064fa2ea930822937e913 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 7 Jan 2025 17:02:00 -0600 Subject: [PATCH] Enable PGO and native builds for aarch64-unknown-linux-gnu --- ci-runners.yaml | 9 ++++----- ci-targets.yaml | 6 ++---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/ci-runners.yaml b/ci-runners.yaml index aeb0e5ca..e5598fb1 100644 --- a/ci-runners.yaml +++ b/ci-runners.yaml @@ -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 diff --git a/ci-targets.yaml b/ci-targets.yaml index cd6d2916..342998ba 100644 --- a/ci-targets.yaml +++ b/ci-targets.yaml @@ -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: