[llvm] workflows/release-binaries: Remove LLVM_PARALLEL_LINK_JOBS option (PR #164101)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 18 10:14:39 PDT 2025


https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/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.

>From 2de9fbf8ab494e6df5ef5e937d92f751819d1b12 Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Sat, 18 Oct 2025 10:10:55 -0700
Subject: [PATCH] workflows/release-binaries: Remove LLVM_PARALLEL_LINK_JOBS
 option

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.
---
 .github/workflows/release-binaries.yml | 1 -
 1 file changed, 1 deletion(-)

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



More information about the llvm-commits mailing list