From ef6e8939aab9771b9c6ad94b1471116056841e34 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 1 Jun 2023 14:51:21 +0100 Subject: [PATCH] ci: Disable the macOS CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s almost a complete waste of time at the moment. For several reasons, jobs flakily fail on it more often than they succeed. It’s wasting resources, slowing down development and making people quite frustrated. * https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/627 * https://gitlab.gnome.org/GNOME/glib/-/issues/2949 * https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3462 and related test failures Nobody has stepped up to deal with the test or CI runner flakiness, or generally maintain this CI runner. If someone does care about preventing regressions for GLib on macOS, and can put time into making the CI reliable, then this commit can be reverted. Signed-off-by: Philip Withnall --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b05a7098f..e420c9f0f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -505,7 +505,7 @@ freebsd-13-x86_64: - "_build/glib/glibconfig.h" - "_build/meson-logs" -macos: +.macos: extends: .only-origin stage: build tags: