Skip to content

Commit d9b61b3

Browse files
authored
Merge pull request rust-lang#19583 from Kobzol/revert-19582-ci-pgo
Do not perform PGO on Linux CI
2 parents e4c2909 + 99b6917 commit d9b61b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tools/rust-analyzer/.github/workflows/release.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@ jobs:
3838
target: x86_64-unknown-linux-gnu
3939
zig_target: x86_64-unknown-linux-gnu.2.28
4040
code-target: linux-x64
41-
pgo: true
4241
- os: ubuntu-latest
4342
target: aarch64-unknown-linux-gnu
4443
zig_target: aarch64-unknown-linux-gnu.2.28
4544
code-target: linux-arm64
46-
pgo: true
4745
- os: ubuntu-latest
4846
target: arm-unknown-linux-gnueabihf
4947
zig_target: arm-unknown-linux-gnueabihf.2.28

0 commit comments

Comments
 (0)