Skip to content

Commit aa51294

Browse files
authored
workflows: Disable stage2 of the release builds (#93056)
We need to skip this step until PGO is re-enabled for the release builds.
1 parent 0295c2a commit aa51294

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ jobs:
156156
rm build.tar.zst
157157
158158
- name: Build Stage 2
159+
# Re-enable once PGO builds are supported.
160+
if: false
159161
run: |
160162
ninja -C /mnt/build stage2-instrumented
161163

0 commit comments

Comments
 (0)