Skip to content

Commit 0f322ee

Browse files
committed
Fix
1 parent 437f42e commit 0f322ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ jobs:
250250
${{ needs.prepare.outputs.target-cmake-flags }} \
251251
-C clang/cmake/caches/Release.cmake \
252252
-DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
253+
-DCMAKE_OBJECT_PATH_MAX=250 \
253254
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
254255
255256
- name: Build Unix

0 commit comments

Comments
 (0)