1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-08-01 23:13:40 +02:00

Merge branch '3238-hurd-configure-warnings' into 'main'

ci: Temporarily disable --fatal-meson-warnings on Hurd CI

Closes 

See merge request 
This commit is contained in:
Philip Withnall
2024-02-01 10:53:37 +00:00

@@ -243,7 +243,12 @@ hurd-i386:
- hurd
needs: []
script:
- meson setup ${MESON_COMMON_OPTIONS}
# FIXME: We cant use ${MESON_COMMON_OPTIONS} here because the Hurd runner
# has Meson 1.3 installed. See the comment below about the same problem on
# FreeBSD.
- meson setup
--buildtype debug
--wrap-mode=nodownload
--werror
--default-library=both
--prefix=$HOME/glib-installed