summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2023-02-13 19:28:15 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2023-02-13 19:28:15 +0000
commit5b4ad723fa490c07d49d8b4862e7f388fd1a3354 (patch)
treeed8315934cf2490f28d36c58a585e60c16b9a173
parentf21db372433ae3fb5abca7988455f80906c0b2da (diff)
downloadgobject-introspection-5b4ad723fa490c07d49d8b4862e7f388fd1a3354.tar.gz
ci: Allow MSYS2 jobs to fail
There's something broken in the MSYS2 jobs, and nobody is actually looking at them. We can't let this block forever, so we temporarily allow them to fail until somebody can diagnose the issue.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 85f622d3..5b65f474 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -142,6 +142,7 @@ msys2-mingw64-meson:
name: "gi-_${env:CI_COMMIT_REF_NAME}"
paths:
- _build/meson-logs
+ allow_failure: true
msys2-clang64-meson:
stage: build
@@ -158,6 +159,7 @@ msys2-clang64-meson:
name: "gi-_${env:CI_COMMIT_REF_NAME}"
paths:
- _build/meson-logs
+ allow_failure: true
vs2017-x64-meson:
stage: build