Merge pull request #19583 from Kobzol/revert-19582-ci-pgo

Do not perform PGO on Linux CI
This commit is contained in:
Lukas Wirth 2025-04-14 15:47:06 +00:00 committed by GitHub
commit d9b61b3382
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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