Skip to content

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