summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2022-05-12 19:40:10 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2022-05-12 19:41:29 +0100
commit47e6d52f208b923401ce65a05c9aca0e2a66d48e (patch)
treeaaaace728e0f95ffe3722020c033b8985cdfa33d /.gitlab-ci.yml
parent79cc9de3257bebbe78aa5146bacb0893f7c6a952 (diff)
downloadgdk-pixbuf-47e6d52f208b923401ce65a05c9aca0e2a66d48e.tar.gz
ci: Allow macOS job to fail
The macOS CI runner is really flaky, so we can't allow it to block every time it goes belly up. See also: https://gitlab.gnome.org/Infrastructure/GitLab/-/issues/558
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 17a9ba38e..a0932f8c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,6 +74,7 @@ macos:
when: always
paths:
- "${CI_PROJECT_DIR}/_build/meson-logs"
+ allow_failure: true
msys2-mingw64:
stage: build