Skip to content

Commit

Permalink
[CI] Pin sccache version to 0.3.3 (#14530)
Browse files Browse the repository at this point in the history
Co-authored-by: Min Chen <chen.min@intellif.com>
  • Loading branch information
multiverstack-intellif and Min Chen authored Apr 8, 2023
1 parent 17bd178 commit 2a23d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_sccache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a23d59

Please sign in to comment.