mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 11:14:05 +02:00
ci: Temporarily disable --fatal-meson-warnings on Hurd CI
For the same reasons as in commit 71061fdcb3
, but in this
case we can’t downgrade the version of Meson on the CI runner, so just
tell it to shut up instead.
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
Fixes: #3238
This commit is contained in:
@@ -243,7 +243,12 @@ hurd-i386:
|
|||||||
- hurd
|
- hurd
|
||||||
needs: []
|
needs: []
|
||||||
script:
|
script:
|
||||||
- meson setup ${MESON_COMMON_OPTIONS}
|
# FIXME: We can’t 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
|
--werror
|
||||||
--default-library=both
|
--default-library=both
|
||||||
--prefix=$HOME/glib-installed
|
--prefix=$HOME/glib-installed
|
||||||
|
Reference in New Issue
Block a user