mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch '3238-hurd-configure-warnings' into 'main'
ci: Temporarily disable --fatal-meson-warnings on Hurd CI Closes #3238 See merge request GNOME/glib!3863
This commit is contained in:
commit
8afefe963d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user