mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
Use PGO on macOS x64 and arm64 builds
- realted to https://github.com/rust-lang/rust-analyzer/issues/9412#issuecomment-2810772246
This commit is contained in:
parent
0a8f808ebc
commit
77e7b33a51
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -55,9 +55,11 @@ jobs:
|
|||
- os: macos-13
|
||||
target: x86_64-apple-darwin
|
||||
code-target: darwin-x64
|
||||
pgo: clap-rs/clap
|
||||
- os: macos-13
|
||||
target: aarch64-apple-darwin
|
||||
code-target: darwin-arm64
|
||||
pgo: clap-rs/clap
|
||||
|
||||
name: dist (${{ matrix.target }})
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue