Skip to content

Commit f01ded5

Browse files
committed
Attemptto fix
1 parent 1176c5e commit f01ded5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
target_cmake_flags="$target_cmake_flags -DLLVM_ENABLE_LIBXML2=FORCE_ON"
164164
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_LLVM_ENABLE_LIBXML2=FORCE_ON"
165165
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_LLVM_ENABLE_LIBXML2=FORCE_ON"
166-
target_cmake_flags="$target_cmake_flags -DCMAKE_PREFIX_PATH=$libxml2_prefix"
166+
#target_cmake_flags="$target_cmake_flags -DCMAKE_PREFIX_PATH=$libxml2_prefix"
167167
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_CMAKE_PREFIX_PATH=$libxml2_prefix"
168168
target_cmake_flags="$target_cmake_flags -DBOOTSTRAP_BOOTSTRAP_CMAKE_PREFIX_PATH=$libxml2_prefix"
169169
# This is required to enable static linking
@@ -301,6 +301,7 @@ jobs:
301301
ls -l /c/vcpkg/packages/libxml2_x64-windows/
302302
ls -l /c/vcpkg/packages/libxml2_x64-windows/lib/
303303
ls -l /c/vcpkg/packages/libxml2_x64-windows/include/
304+
ls -l /c/vcpkg/packages/libxml2_x64-windows/include/libxml2
304305
# There were some issues on the ARM64 MacOS runners with trying to build x86 object,
305306
# so we need to set some extra cmake flags to disable this.
306307
cmake -G Ninja -S llvm -B ${{ steps.setup-stage.outputs.build-prefix }}/build \

0 commit comments

Comments
 (0)