Skip to content

Commit

Permalink
libxml2: pin stable version for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
gnattu committed Feb 1, 2025
1 parent 814add9 commit b923ac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-build-win64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ popd
# LIBXML2
git clone --depth=1 https://github.com/GNOME/libxml2.git
pushd libxml2
libxml2_ver="v2.13.5"
git checkout ${libxml2}
# Fallback to internal entropy when system native method failed
git apply ${SOURCE_DIR}/builder/patches/libxml2/0000-fallback-to-internal-entropy.patch
./autogen.sh \
Expand Down

0 comments on commit b923ac8

Please sign in to comment.