From 99b691710c9bbf160b3f4320fbdfb8107b183842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 14 Apr 2025 17:35:50 +0200 Subject: [PATCH] Do not enable PGO in combination with zigbuild --- src/tools/rust-analyzer/.github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tools/rust-analyzer/.github/workflows/release.yaml b/src/tools/rust-analyzer/.github/workflows/release.yaml index cc38f8e2f2f2..c76d3da5f8d4 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