about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2025-04-17 07:44:52 +0000
committerGitHub <noreply@github.com>2025-04-17 07:44:52 +0000
commit7350d0f7dcb9dfd50cebd6c777d09ce510392921 (patch)
tree668c44611ce27d88de200a3b4d9069e908916b0b
parent70ff4124259a3c9d4bffcdaf20d6f1ecd64b5286 (diff)
parentfdbc13185158d5e77b1252319b667dca21a67529 (diff)
downloadrust-7350d0f7dcb9dfd50cebd6c777d09ce510392921.tar.gz
rust-7350d0f7dcb9dfd50cebd6c777d09ce510392921.zip
Merge pull request #19611 from zamazan4ik/patch-1
Use PGO on macOS x64 and arm64 builds
-rw-r--r--src/tools/rust-analyzer/.github/workflows/release.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/release.yaml b/src/tools/rust-analyzer/.github/workflows/release.yaml
index 8099597f479..774833ebf7f 100644
--- a/src/tools/rust-analyzer/.github/workflows/release.yaml
+++ b/src/tools/rust-analyzer/.github/workflows/release.yaml
@@ -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 }}