about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-04-15 22:03:16 +0200
committerJakub Beránek <berykubik@gmail.com>2025-04-15 22:03:16 +0200
commit9a3a3e110f3a6b981fe9e60f2af3ca76cf3ddecd (patch)
treee88f68b6548885b5c04a22f576c73979a779aac3 /src
parent7104efa579cbd2fd7656f9d3888afbc2942f9902 (diff)
downloadrust-9a3a3e110f3a6b981fe9e60f2af3ca76cf3ddecd.tar.gz
rust-9a3a3e110f3a6b981fe9e60f2af3ca76cf3ddecd.zip
Perform PGO for aarch64 builds
Diffstat (limited to 'src')
-rw-r--r--src/tools/rust-analyzer/.github/workflows/release.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/release.yaml b/src/tools/rust-analyzer/.github/workflows/release.yaml
index fd4eb9e616b..8099597f479 100644
--- a/src/tools/rust-analyzer/.github/workflows/release.yaml
+++ b/src/tools/rust-analyzer/.github/workflows/release.yaml
@@ -43,10 +43,11 @@ jobs:
             container: quay.io/pypa/manylinux_2_28_x86_64
             code-target: linux-x64
             pgo: clap-rs/clap
-          - os: ubuntu-latest
+          - os: ubuntu-24.04-arm
             target: aarch64-unknown-linux-gnu
-            zig_target: aarch64-unknown-linux-gnu.2.28
+            container: quay.io/pypa/manylinux_2_28_aarch64
             code-target: linux-arm64
+            pgo: clap-rs/clap
           - os: ubuntu-latest
             target: arm-unknown-linux-gnueabihf
             zig_target: arm-unknown-linux-gnueabihf.2.28