Skip to content

workflows: Disable stage2 of the release builds #93056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

tstellar
Copy link
Collaborator

We need to skip this step until PGO is re-enabled for the release builds.

We need to skip this step until PGO is re-enabled for the release
builds.
@llvmbot
Copy link
Member

llvmbot commented May 22, 2024

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

We need to skip this step until PGO is re-enabled for the release builds.


Full diff: https://github.com/llvm/llvm-project/pull/93056.diff

1 Files Affected:

  • (modified) .github/workflows/release-binaries.yml (+2)
diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml
index fc497a7de94f7..8fa3bf3d9df51 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
 

@tstellar tstellar added this to the LLVM 19.X Release milestone May 22, 2024
@tstellar
Copy link
Collaborator Author

Ping.

@tstellar tstellar merged commit aa51294 into llvm:main Jun 5, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants