Skip to content

Commit b8cf608

Browse files
authored
Merge pull request #19583 from Kobzol/revert-19582-ci-pgo
Do not perform PGO on Linux CI
2 parents 7fc29a9 + 4c86214 commit b8cf608

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.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)