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 f97b69b commit 4b16d69Copy full SHA for 4b16d69
.github/workflows/release-binaries.yml
@@ -251,6 +251,8 @@ jobs:
251
-C clang/cmake/caches/Release.cmake \
252
-DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
253
-DCMAKE_OBJECT_PATH_MAX=450 \
254
+ -DBOOTSTRAP_CMAKE_OBJECT_PATH_MAX=450 \
255
+ -DBOOTSTRAP_BOOTSTRAP_CMAKE_OBJECT_PATH_MAX=450 \
256
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
257
258
- name: Build Unix
0 commit comments