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