From cb865362eddc101a5994150c578f11a9248942c3 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 29 Dec 2025 16:31:06 -0500 Subject: gitlab-ci: get the sccache server port from the runner Our CI setup has per-project runner setups, so they are now providing the port configuration. The main goal is to have Rosetta caches separate from the native caches on macOS, but removing this removes a bit of coupling to Kitware's CI setup. --- .gitlab/os-macos.yml | 2 -- .gitlab/os-windows.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml index 2949460..fa446be 100644 --- a/.gitlab/os-macos.yml +++ b/.gitlab/os-macos.yml @@ -8,8 +8,6 @@ # TODO: Factor this out so that each job selects the Xcode version to # use so that different versions can be tested in a single pipeline. DEVELOPER_DIR: "/Applications/Xcode-26.1.app/Contents/Developer" - # Avoid conflicting with other projects running on the same machine. - SCCACHE_SERVER_PORT: 4227 ### Build and test diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml index 06785b0..497e4d2 100644 --- a/.gitlab/os-windows.yml +++ b/.gitlab/os-windows.yml @@ -5,8 +5,6 @@ .windows: variables: GIT_CLONE_PATH: "$CI_BUILDS_DIR\\cmake ci ext\\$CI_CONCURRENT_ID" - # Avoid conflicting with other projects running on the same machine. - SCCACHE_SERVER_PORT: 4227 ### Build and test -- cgit v0.12