From 807e21c6ab4be7df49625e790447add84f4a8b6c Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Fri, 27 Mar 2026 19:26:55 -0300 Subject: [PATCH] gitlab-ci: Try to fix needs: chain of Homebrew pipeline Following ab0b0413 Another fix after the x64 builds (which we don't use with Homebrew) --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1211023757..c31e9f83f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -687,7 +687,10 @@ deps-macos-inhouse: gimp-macos-inhouse: extends: .macos-inhouse - needs: ["deps-macos-inhouse"] + needs: + - job: deps-macos-inhouse + #to allow running Homebrew builds + optional: true stage: build variables: GIT_SUBMODULE_STRATEGY: recursive