From: Sun Yuechi Date: Sat, 6 Jun 2026 09:44:33 +0000 (+0800) Subject: Dockerfile.build: bump sccache to v0.15.0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7c9851d0a704d96038fde2055b525cc9dee15e6d;p=ceph.git Dockerfile.build: bump sccache to v0.15.0 The releases since v0.8.2 add caching for C++20 modules, assembly, and C preprocessor output, plus broader GCC/MSVC flag handling. They also avoid double-caching when ccache is on PATH and carry assorted cache-correctness and storage-backend fixes. Signed-off-by: Sun Yuechi --- diff --git a/Dockerfile.build b/Dockerfile.build index 24bc813441c..8dad3391ab5 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -21,7 +21,7 @@ ARG DISTRO ARG CEPH_CTR_SRC=/usr/local/src/ceph ARG CLEAN_DNF=yes ARG CEPH_BASE_BRANCH=main -ARG SCCACHE_VERSION=v0.8.2 +ARG SCCACHE_VERSION=v0.15.0 ARG SCCACHE_REPO=https://github.com/mozilla/sccache ARG WITH_CRIMSON=true ARG FOR_MAKE_CHECK=1