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)
This commit is contained in:
Bruno Lopes 2026-03-27 19:26:55 -03:00
parent b3c40c7be1
commit 807e21c6ab

View file

@ -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