From 0ffde204544d6e15b21bd6d05e8c1483b09c893e Mon Sep 17 00:00:00 2001 From: Min Chen Date: Fri, 7 Apr 2023 14:31:01 +0000 Subject: [PATCH] [CI] Pin sccache version to 0.3.3 --- docker/install/ubuntu_install_sccache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/ubuntu_install_sccache.sh b/docker/install/ubuntu_install_sccache.sh index 5ef78643a741..f87a97ce6dd7 100755 --- a/docker/install/ubuntu_install_sccache.sh +++ b/docker/install/ubuntu_install_sccache.sh @@ -20,7 +20,7 @@ set -e set -u set -o pipefail -cargo install sccache +cargo install --version 0.3.3 sccache # The docs specifically recommend hard links: https://github.com/mozilla/sccache#known-caveats mkdir /opt/sccache