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>
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