GNOME Bugzilla – Bug 795711
gitlab-ci: update meson
Last modified: 2018-05-02 10:13:48 UTC
Created attachment 371570 [details] [review] ci: update meson https://gitlab.gnome.org/creiter/glib/pipelines/10243
I think it would be better to update the Docker image we use for building GLib (https://gitlab.gnome.org/GNOME/glib/container_registry) to avoid spending 15s on each CI build downloading and installing Meson.
Created attachment 371572 [details] [review] ci: update meson
https://gitlab.gnome.org/creiter/glib/pipelines/10246 The fedora test error is a regression introduced by https://bugzilla.gnome.org/show_bug.cgi?id=788771#c40 For upstream MSYS2 I've opened a PR to update meson: https://github.com/Alexpux/MINGW-packages/pull/3666
Review of attachment 371572 [details] [review]: Looks good to me, but I’d like Emmanuele’s thoughts too, since he set this up.
Review of attachment 371572 [details] [review]: LGTM
Attachment 371572 [details] pushed as e8798a4 - ci: update meson
Also backported to glib-2-56 (without the MSYS2 changes) as 7132abe1e6985e4e9718bf1ada4f1d094b8e51f6. Thanks Christoph!