Skip to content

Commit 41ae7bd

Browse files
committed
Fixes
1 parent 3c07573 commit 41ae7bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
# at Microsoft.Tools.WindowsInstallerXml.Cab.WixCreateCab.Complete(IntPtr newCabNamesCallBackAddress)
167167
# at Microsoft.Tools.WindowsInstallerXml.CabinetBuilder.CreateCabinet(CabinetWorkItem cabinetWorkItem)
168168
target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF"
169-
target_cmake_flags="$target_cmake_flags -DLibXml2_DIR=/s/libxml-install/lib/cmake/libxml2-2.9.10/ -DLLVM_ENABLE_LIBXML2=FORCE"
169+
target_cmake_flags="$target_cmake_flags -DLibXml2_DIR=/s/libxml-install/lib/cmake/libxml2-2.9.10/ -DLLVM_ENABLE_LIBXML2=FORCE_ON -DLIBXML2_LIBRARIES=/s/libxml-install/lib/libxml2s.lib -DLIBXML2_INCLUDE_DIR=/s/libxml-install/include/libxml2"
170170
fi
171171
172172
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
@@ -283,7 +283,7 @@ jobs:
283283
run: |
284284
# There were some issues on the ARM64 MacOS runners with trying to build x86 object,
285285
# so we need to set some extra cmake flags to disable this.
286-
cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
286+
cmake --trace-expand -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
287287
${{ needs.prepare.outputs.target-cmake-flags }} \
288288
-C clang/cmake/caches/Release.cmake \
289289
-DBOOTSTRAP_LLVM_PARALLEL_LINK_JOBS=1 \

0 commit comments

Comments
 (0)