mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 05:13:35 +00:00
Perform PGO for aarch64 builds
This commit is contained in:
parent
bdd0491668
commit
16526809fe
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue