diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-04-15 20:32:23 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-04-15 20:32:23 +0200 |
| commit | 950eba8b2aaef8d1471192cfd0dcd8519c2ef692 (patch) | |
| tree | 2357feec354ced60d010d750f6e70e1c4af39920 /src/tools/rust-analyzer/.github | |
| parent | 88723b66d3c93cff45092c244237e758b6908e81 (diff) | |
| download | rust-950eba8b2aaef8d1471192cfd0dcd8519c2ef692.tar.gz rust-950eba8b2aaef8d1471192cfd0dcd8519c2ef692.zip | |
Use PGO on Linux x64 builds
Diffstat (limited to 'src/tools/rust-analyzer/.github')
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/release.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/release.yaml b/src/tools/rust-analyzer/.github/workflows/release.yaml index a7640444baa..fd4eb9e616b 100644 --- a/src/tools/rust-analyzer/.github/workflows/release.yaml +++ b/src/tools/rust-analyzer/.github/workflows/release.yaml @@ -42,6 +42,7 @@ jobs: # Zig is not used because it doesn't work with PGO container: quay.io/pypa/manylinux_2_28_x86_64 code-target: linux-x64 + pgo: clap-rs/clap - os: ubuntu-latest target: aarch64-unknown-linux-gnu zig_target: aarch64-unknown-linux-gnu.2.28 |
