]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: update libexpat to version 2.8.2 to fix a cmake compatibility issue
authorRalf Habacker <ralf.habacker@freenet.de>
Wed, 1 Jul 2026 13:22:17 +0000 (15:22 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Wed, 1 Jul 2026 13:22:17 +0000 (15:22 +0200)
The issue was:

   Compatibility with CMake < 3.5 has been removed from CMake.

tools/docker/windows/Dockerfile

index 93cf6a57a12bfe31b05166db0d29fff18892f310..6d293eb6f7ba382dd381d18b64cba276250486b5 100644 (file)
@@ -51,7 +51,7 @@ RUN C:\TEMP\Install.cmd C:\TEMP\vs_buildtools.exe --quiet --wait --norestart --n
 # Upstream expat doesn't ship devel? let's build it then...
 # ADD https://github.com/libexpat/libexpat/releases/download/R_2_4_1/expat-win32bin-2.4.1.exe C:\TEMP\expat.exe
 # RUN C:\TEMP\expat.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
-RUN git clone --depth 1 --branch R_2_4_2 https://github.com/libexpat/libexpat
+RUN git clone --depth 1 --branch R_2_8_2 https://github.com/libexpat/libexpat
 WORKDIR "/libexpat/expat"
 RUN cmake --install-prefix c:/ -G '"Visual Studio 15 2017"' -A x64 .
 RUN cmake --build . --config Release