]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Build a newer GLib on Windows
authorSimon McVittie <smcv@collabora.com>
Thu, 27 Feb 2025 15:30:13 +0000 (15:30 +0000)
committerSimon McVittie <smcv@collabora.com>
Thu, 27 Feb 2025 15:30:27 +0000 (15:30 +0000)
GLib 2.70.x has been EOL for years, and is incompatible with newer
versions of Python.

dbus#547

Signed-off-by: Simon McVittie <smcv@collabora.com>
tools/docker/windows/Dockerfile

index 1876a2268ef218789acb510d01d0788f2c807376..6c00193b27c1f4e371768e3b1dca84886b062217 100644 (file)
@@ -58,7 +58,7 @@ RUN cmake --build . --config Release
 RUN cmake --install . --config Release
 
 # Build glib for MSVC
-RUN git clone --depth 1 --branch 2.70.2 https://gitlab.gnome.org/GNOME/glib.git \glib
+RUN git clone --depth 1 --branch 2.82.5 https://gitlab.gnome.org/GNOME/glib.git \glib
 WORKDIR "/glib"
 RUN cmd /c 'C:\BuildTools\Common7\Tools\VsDevCmd.bat -arch=amd64 & meson setup builddir'
 RUN meson compile -C builddir