ci: update sccache

This commit is contained in:
Felix Krull 2019-10-31 12:50:19 +01:00 committed by Colin Walters
parent febbd00c27
commit bdf749b0e6

View File

@ -1,7 +1,7 @@
image: rust:1-buster
variables:
SCCACHE_URL: https://github.com/mozilla/sccache/releases/download/0.2.10/sccache-0.2.10-x86_64-unknown-linux-musl.tar.gz
SCCACHE_URL: https://github.com/mozilla/sccache/releases/download/0.2.12/sccache-0.2.12-x86_64-unknown-linux-musl.tar.gz
CARGO_TARGET_DIR: ${CI_PROJECT_DIR}/target
CARGO_HOME: ${CI_PROJECT_DIR}/cargo
SCCACHE_DIR: ${CI_PROJECT_DIR}/sccache