From 8ef85992e09bde8bc4b91c4d1901edb3f4695ad2 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 12 Sep 2024 22:05:41 +0000 Subject: [PATCH] ci: Re-add contextual links for a FIXME message To avoid people having to do git archaeology in future to work out why `--wrap-mode=nodownload` is such a good idea. --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 513fb1108..c67b52442 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -714,7 +714,10 @@ macos-arm64: - pip3 install meson==1.4.2 ninja==1.11.1.1 packaging==23.2 script: # FIXME: These should use --wrap-mode=nodownload but the macOS CI machine - # isn't currently set up for that. + # isn't currently set up for that. See: + # - https://gitlab.gnome.org/GNOME/glib/merge_requests/388 + # - https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/225 + # FIXME: Override c_std to not be a list, until # https://github.com/mesonbuild/meson/issues/13639 is fixed. - meson setup ${MESON_COMMON_OPTIONS}