From 5b4ad723fa490c07d49d8b4862e7f388fd1a3354 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 13 Feb 2023 19:28:15 +0000 Subject: 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. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1