[llvm] workflows/release-binaries: Remove LLVM_PARALLEL_LINK_JOBS option (PR #164101)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 18 10:15:07 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Tom Stellard (tstellar)
<details>
<summary>Changes</summary>
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
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/164101
More information about the llvm-commits
mailing list