diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2025-04-14 15:47:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-14 15:47:06 +0000 |
| commit | d9b61b3382e83c8e3aaab0239da74e0526aed283 (patch) | |
| tree | a65b44235ba0ecdf224e290657676732ce6ec1c9 /src/tools/rust-analyzer | |
| parent | e4c290953a8f1074cfee3c96c18db737621275d4 (diff) | |
| parent | 99b691710c9bbf160b3f4320fbdfb8107b183842 (diff) | |
| download | rust-d9b61b3382e83c8e3aaab0239da74e0526aed283.tar.gz rust-d9b61b3382e83c8e3aaab0239da74e0526aed283.zip | |
Merge pull request #19583 from Kobzol/revert-19582-ci-pgo
Do not perform PGO on Linux CI
Diffstat (limited to 'src/tools/rust-analyzer')
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/release.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/release.yaml b/src/tools/rust-analyzer/.github/workflows/release.yaml index cc38f8e2f2f..c76d3da5f8d 100644 --- a/src/tools/rust-analyzer/.github/workflows/release.yaml +++ b/src/tools/rust-analyzer/.github/workflows/release.yaml @@ -38,12 +38,10 @@ jobs: target: x86_64-unknown-linux-gnu zig_target: x86_64-unknown-linux-gnu.2.28 code-target: linux-x64 - pgo: true - os: ubuntu-latest target: aarch64-unknown-linux-gnu zig_target: aarch64-unknown-linux-gnu.2.28 code-target: linux-arm64 - pgo: true - os: ubuntu-latest target: arm-unknown-linux-gnueabihf zig_target: arm-unknown-linux-gnueabihf.2.28 |
