From fdbc13185158d5e77b1252319b667dca21a67529 Mon Sep 17 00:00:00 2001 From: Alexander Zaitsev Date: Wed, 16 Apr 2025 23:57:59 +0300 Subject: [PATCH] Use PGO on macOS x64 and arm64 builds - realted to https://github.com/rust-lang/rust-analyzer/issues/9412#issuecomment-2810772246 --- src/tools/rust-analyzer/.github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/rust-analyzer/.github/workflows/release.yaml b/src/tools/rust-analyzer/.github/workflows/release.yaml index 8099597f479d..774833ebf7f8 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 }}