From 860463d97eb3a006f2c608165d9e657be86080ec Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 17 Jan 2022 11:53:13 -0500 Subject: Cirrus: Temporarily disable OSX Cross task At the time of this commit, something is broken within Cirrus-CI or dependent infrastructure. This appears to be causing all OSX tasks to hang in the scheduling queue indefinitely. Workaround this by disabling the task to allow development work to proceed while a fix is realized. Signed-off-by: Chris Evich --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index c33ed9c0c..9837c2814 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -327,6 +327,7 @@ alt_build_task: osx_alt_build_task: name: "OSX Cross" alias: osx_alt_build + only_if: $CI != $CI # Temporarily disabled while infra. non-functional depends_on: - build env: -- cgit v1.2.3-54-g00ecf