From ee2152ff5c4239d2a50d1fc35815aa722f6617a9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 19 Dec 2022 23:55:13 -0500 Subject: [PATCH] ci: Mark macos build as allow-fail It fails too often, and it never does us any good. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d904dd27c..6decaec976 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -185,6 +185,8 @@ msys2-mingw64: - "${CI_PROJECT_DIR}/_build/gtkdll.tar.gz" macos: + # Sadly, this fails regularly, and its failure is never enlightening + allow_failure: true extends: .only-default only: - branches@GNOME/gtk -- 2.30.2