We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437f42e commit 0f322eeCopy full SHA for 0f322ee
.github/workflows/release-binaries.yml
@@ -250,6 +250,7 @@ jobs:
250
${{ needs.prepare.outputs.target-cmake-flags }} \
251
-C clang/cmake/caches/Release.cmake \
252
-DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
253
+ -DCMAKE_OBJECT_PATH_MAX=250 \
254
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
255
256
- name: Build Unix
0 commit comments