summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-12-19 23:55:13 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-12-19 23:55:13 -0500
commitee2152ff5c4239d2a50d1fc35815aa722f6617a9 (patch)
treeb14dab7c31069209978c848bc6aca3eeb91601ee /.gitlab-ci.yml
parent21e9a508bdf0635549b8912f469bec58c886c95d (diff)
downloadgtk+-ee2152ff5c4239d2a50d1fc35815aa722f6617a9.tar.gz
ci: Mark macos build as allow-fail
It fails too often, and it never does us any good.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
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