From b74b2f9b87d60c194ef3c1e02e64e5fbb3a56b52 Mon Sep 17 00:00:00 2001 From: jdgleaver <38211560+jdgleaver@users.noreply.github.com> Date: Mon, 28 Feb 2022 12:57:16 +0000 Subject: [PATCH] (.gitlab-ci.yml) Temporarily disable build-retroarch-osx-ppc target while macosx-legacy runner is offline (#13685) --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2373d4462e..2c15d8b0ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -376,6 +376,8 @@ build-retroarch-osx-ppc: XCCONFIG: OpenGL_GitLabCI.xcconfig tags: - macosx-legacy + rules: + - if: '"1" != "1"' # Temporary disable rule while runner is offline script: - xcodebuild -target RetroArch -configuration Release -project pkg/apple/RetroArch_PPC.xcodeproj ONLY_ACTIVE_ARCH=NO - pushd pkg/apple/build/Release/