Skip to content

Commit 89ed724

Browse files
committed
Remove parallel link job limit
1 parent c57dc7b commit 89ed724

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
@@ -232,7 +232,6 @@ jobs:
232232
cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
233233
${{ needs.prepare.outputs.target-cmake-flags }} \
234234
-C clang/cmake/caches/Release.cmake \
235-
-DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
236235
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
237236
238237
- name: Build

0 commit comments

Comments
 (0)