Skip to content

Commit 3612064

Browse files
authored
ci: use sccache v0.10.0 with C++20 (#16183)
1 parent ccd7e7f commit 3612064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/cloudbuild/dockerfiles/fedora-latest-cxx20.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.81.0.tar.gz | \
179179
cd /var/tmp && rm -fr build
180180

181181
WORKDIR /var/tmp/sccache
182-
RUN curl -fsSL https://github.com/mozilla/sccache/releases/download/v0.15.0/sccache-v0.15.0-x86_64-unknown-linux-musl.tar.gz | \
182+
RUN curl -fsSL https://github.com/mozilla/sccache/releases/download/v0.10.0/sccache-v0.10.0-x86_64-unknown-linux-musl.tar.gz | \
183183
tar -zxf - --strip-components=1 && \
184184
mkdir -p /usr/local/bin && \
185185
mv sccache /usr/local/bin/sccache && \

0 commit comments

Comments
 (0)