Skip to content

Commit 36b1ad1

Browse files
authored
workflows/release-binaries: Remove LLVM_PARALLEL_LINK_JOBS option (#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.
1 parent 668bac5 commit 36b1ad1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ jobs:
230230
cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
231231
${{ needs.prepare.outputs.target-cmake-flags }} \
232232
-C clang/cmake/caches/Release.cmake \
233-
-DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
234233
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
235234
236235
- name: Build

0 commit comments

Comments
 (0)