From 73150a37982fe6822ddf3a3bc206ed35de013f1a Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 18 Feb 2021 14:32:37 -0500 Subject: ci: add sccache 0.2.15 custom build for aarch64-apple-darwin Our custom build includes a patch to avoid server startup timeouts. --- .gitlab/ci/sccache.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab/ci/sccache.sh b/.gitlab/ci/sccache.sh index 6b9e435..12b8f9d 100755 --- a/.gitlab/ci/sccache.sh +++ b/.gitlab/ci/sccache.sh @@ -23,6 +23,13 @@ case $kernel in platform="x86_64-apple-darwin" url="https://paraview.org/files/dependencies" ;; + Darwin-arm64) + version="0.2.15-1-disk_cache_init" + shatool="shasum -a 256" + sha256sum="f7c9ff78e701810b8b1dbc2a163c7fda1177fc3f69c71f46e7a38242657a99fd" + platform="aarch64-apple-darwin" + url="https://cmake.org/files/dependencies/sccache" + ;; *) echo "Unrecognized platform $kernel" exit 1 -- cgit v0.12