aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2024-06-05 09:33:13 -0700
committerGitHub <noreply@github.com>2024-06-05 09:33:13 -0700
commitaa512943f47548beab655a5228c23b5503d480f8 (patch)
treed9c207e4b5f05186ec8dba4d7747f6f8e73dcd56 /.github
parent0295c2ada4d9964a2b6289c905e320bd42461f99 (diff)
downloadllvm-aa512943f47548beab655a5228c23b5503d480f8.zip
llvm-aa512943f47548beab655a5228c23b5503d480f8.tar.gz
llvm-aa512943f47548beab655a5228c23b5503d480f8.tar.bz2
workflows: Disable stage2 of the release builds (#93056)
We need to skip this step until PGO is re-enabled for the release builds.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-binaries.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml
index fc497a7..8fa3bf3 100644
--- a/.github/workflows/release-binaries.yml
+++ b/.github/workflows/release-binaries.yml
@@ -156,6 +156,8 @@ jobs:
rm build.tar.zst
- name: Build Stage 2
+ # Re-enable once PGO builds are supported.
+ if: false
run: |
ninja -C /mnt/build stage2-instrumented