mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-12 00:45:06 +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
|
container: quay.io/pypa/manylinux_2_28_x86_64
|
||||||
code-target: linux-x64
|
code-target: linux-x64
|
||||||
pgo: clap-rs/clap
|
pgo: clap-rs/clap
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-24.04-arm
|
||||||
target: aarch64-unknown-linux-gnu
|
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
|
code-target: linux-arm64
|
||||||
|
pgo: clap-rs/clap
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
target: arm-unknown-linux-gnueabihf
|
target: arm-unknown-linux-gnueabihf
|
||||||
zig_target: arm-unknown-linux-gnueabihf.2.28
|
zig_target: arm-unknown-linux-gnueabihf.2.28
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue