Skip to content

Conversation

@tstellar
Copy link
Collaborator

This was left over from when we were using smaller runners and was only being applied to the stage2-instrumented build, and not the stage2 build.

This was left over from when we were using smaller runners and was
only being applied to the stage2-instrumented build, and not the
stage2 build.
@llvmbot
Copy link
Member

llvmbot commented Oct 18, 2025

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

This was left over from when we were using smaller runners and was only being applied to the stage2-instrumented build, and not the stage2 build.


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

1 Files Affected:

  • (modified) .github/workflows/release-binaries.yml (-1)
diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml
index 83969b5490685..ea70b93edb129 100644
--- a/.github/workflows/release-binaries.yml
+++ b/.github/workflows/release-binaries.yml
@@ -230,7 +230,6 @@ jobs:
         cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
             ${{ needs.prepare.outputs.target-cmake-flags }} \
             -C clang/cmake/caches/Release.cmake \
-            -DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
             -DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
 
     - name: Build

@tstellar tstellar merged commit 36b1ad1 into llvm:main Oct 22, 2025
25 of 27 checks passed
Lukacma pushed a commit to Lukacma/llvm-project that referenced this pull request Oct 29, 2025
…vm#164101)

This was left over from when we were using smaller runners and was only
being applied to the stage2-instrumented build, and not the stage2
build.
aokblast pushed a commit to aokblast/llvm-project that referenced this pull request Oct 30, 2025
…vm#164101)

This was left over from when we were using smaller runners and was only
being applied to the stage2-instrumented build, and not the stage2
build.
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