From f8a5b2ebb99c62a7681ca8b02beca33a4b649663 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Sat, 28 Mar 2026 22:15:50 -0300 Subject: [PATCH] gitlab-ci: Do not pull MacPorts cache on Homebrew builds --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba21fefcb8..437c2fe690 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -670,7 +670,7 @@ deps-macos-inhouse: extends: .macos-inhouse stage: dependencies cache: - - key: $CI_PROJECT_NAMESPACE-$ARCH + - key: $CI_PROJECT_NAMESPACE-$ARCH${VARIANT} unprotect: true paths: - macports-cached-$ARCH @@ -695,7 +695,7 @@ gimp-macos-inhouse: variables: GIT_SUBMODULE_STRATEGY: recursive cache: - - key: $CI_PROJECT_NAMESPACE-$ARCH + - key: $CI_PROJECT_NAMESPACE-$ARCH${VARIANT} unprotect: true paths: - macports-cached-$ARCH