Skip to content

Commit df7e14c

Browse files
committed
Fix
1 parent 0f322ee commit df7e14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +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 \
253+
-DCMAKE_OBJECT_PATH_MAX=450 \
254254
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
255255
256256
- name: Build Unix

0 commit comments

Comments
 (0)