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 c57dc7b commit 89ed724Copy full SHA for 89ed724
.github/workflows/release-binaries.yml
@@ -232,7 +232,6 @@ jobs:
232
cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
233
${{ needs.prepare.outputs.target-cmake-flags }} \
234
-C clang/cmake/caches/Release.cmake \
235
- -DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
236
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
237
238
- name: Build
0 commit comments