Skip to content

Commit befc6ab

Browse files
committed
More debug
1 parent 08a392e commit befc6ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,14 +276,13 @@ jobs:
276276
shell: bash
277277
run: |
278278
ls -l /c/vcpkg/packages/libxml2_x64-windows/
279+
ls -l /c/vcpkg/packages/libxml2_x64-windows/lib/
279280
# There were some issues on the ARM64 MacOS runners with trying to build x86 object,
280281
# so we need to set some extra cmake flags to disable this.
281282
cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \
282283
${{ needs.prepare.outputs.target-cmake-flags }} \
283284
-C clang/cmake/caches/Release.cmake \
284285
-DCMAKE_PREFIX_PATH=/c/vcpkg/packages/libxml2_x64-windows/ \
285-
-DCMAKE_CXX_FLAGS=-DLIBXML_STATIC \
286-
-DCMAKE_C_FLAGS=-DLIBXML_STATIC \
287286
-DBOOTSTRAP_BOOTSTRAP_CPACK_PACKAGE_FILE_NAME="${{ needs.prepare.outputs.release-binary-basename }}"
288287
289288
- name: Build

0 commit comments

Comments
 (0)