mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-12 07:40:31 +01:00
CI: Build a newer GLib on Windows
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>
This commit is contained in:
parent
f72402ce1e
commit
d38940dec3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue