diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2020-09-28 13:55:42 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2020-09-28 13:55:42 (GMT) |
commit | 93a745683b5c5b67c8eecfaffee45db782e457e1 (patch) | |
tree | 848ec60845254b289e1bf6a1c787155784e632bf /.gitlab/os-macos.yml | |
parent | 1b03ac7da76c05bfa60e5fcf95aa2bfdf64f27cf (diff) | |
download | CMake-93a745683b5c5b67c8eecfaffee45db782e457e1.zip CMake-93a745683b5c5b67c8eecfaffee45db782e457e1.tar.gz CMake-93a745683b5c5b67c8eecfaffee45db782e457e1.tar.bz2 |
sccache: use a different port for CMake builds
This avoids server reuse between different projects on the same machine.
Diffstat (limited to '.gitlab/os-macos.yml')
-rw-r--r-- | .gitlab/os-macos.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml index 96ec264..47e81d1 100644 --- a/.gitlab/os-macos.yml +++ b/.gitlab/os-macos.yml @@ -8,6 +8,8 @@ # 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-11.7.app/Contents/Developer" + # Avoid conflicting with other projects running on the same machine. + SCCACHE_SERVER_PORT: 4227 ### Build and test |