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 ed0011c commit 16e5181Copy full SHA for 16e5181
.github/workflows/release-binaries.yml
@@ -286,6 +286,8 @@ jobs:
286
cmake --debug-trycompile --trace-expand -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
287
${{ needs.prepare.outputs.target-cmake-flags }} \
288
-C clang/cmake/caches/Release.cmake \
289
+ -DCMAKE_CXX_FLAGS=-DLIBXML_STATIC \
290
+ -DCMAKE_C_FLAGS=-DLIBXML_STATIC \
291
-DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \
292
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
293
0 commit comments