From ecc5275be94ea4afbfb2c2e12305819f79640cec Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 30 Jan 2024 09:56:17 +0000 Subject: [PATCH] ci: Temporarily disable --fatal-meson-warnings on Hurd CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For the same reasons as in commit 71061fdcb33b8c26f5f8467c, 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 Fixes: #3238 --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2827579b7..90f3d6b5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -243,7 +243,12 @@ hurd-i386: - hurd needs: [] 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 --default-library=both --prefix=$HOME/glib-installed