Skip to content

Commit dbafb3f

Browse files
committed
Use upstream libxml2 repository
The incompatibilities have been fixed upstream.
1 parent 301c335 commit dbafb3f

File tree

1 file changed

+3
-1
lines changed
  • pycheribuild/projects/cross

1 file changed

+3
-1
lines changed

pycheribuild/projects/cross/qt5.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,9 @@ def process(self):
10181018

10191019
# it also needs libxml2
10201020
class BuildLibXml2(CrossCompileCMakeProject):
1021-
repository = GitRepository("https://github.com/CTSRD-CHERI/libxml2")
1021+
repository = GitRepository(
1022+
"https://gitlab.gnome.org/GNOME/libxml2.git", old_urls=[b"https://github.com/CTSRD-CHERI/libxml2"]
1023+
)
10221024
native_install_dir = DefaultInstallDir.BOOTSTRAP_TOOLS
10231025
supported_architectures = CompilationTargets.ALL_FREEBSD_AND_CHERIBSD_TARGETS + CompilationTargets.ALL_NATIVE
10241026

0 commit comments

Comments
 (0)