Skip to content

Commit

Permalink
temporarily switch libxml2 git mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
foxxx0 committed Dec 5, 2024
1 parent 5a63417 commit 866cadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/win-ci/build-xml2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ param(
. "$(Split-Path -Parent $MyInvocation.MyCommand.Path)\setup.ps1"

[void](New-Item -Name (Split-Path -Parent $BuildTree) -ItemType Directory -Force)
Setup-Git -Path $BuildTree -Url https://gitlab.gnome.org/GNOME/libxml2.git -Ref v$Version
Setup-Git -Path $BuildTree -Url https://github.com/GNOME/libxml2.git -Ref v$Version

Run-InDirectory $BuildTree {
$args = "-DLIBXML2_WITH_TESTS=OFF -DLIBXML2_WITH_PROGRAMS=OFF -DLIBXML2_WITH_HTTP=OFF -DLIBXML2_WITH_FTP=OFF -DLIBXML2_WITH_ICONV=OFF -DLIBXML2_WITH_LZMA=OFF -DLIBXML2_WITH_PYTHON=OFF -DLIBXML2_WITH_ZLIB=OFF -DCMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH=OFF"
Expand Down

0 comments on commit 866cadc

Please sign in to comment.