From: Felix Krull Date: Thu, 23 Jul 2020 16:48:37 +0000 (+0200) Subject: ci: update sccache X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2^2~20^2~135 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=296768c2b077c0e117d05eca2509225e05b66eb1;p=ostree.git ci: update sccache --- diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 5ba4711e..65cd4723 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: fedora:rawhide variables: - SCCACHE_URL: https://github.com/mozilla/sccache/releases/download/0.2.12/sccache-0.2.12-x86_64-unknown-linux-musl.tar.gz + SCCACHE_URL: https://github.com/mozilla/sccache/releases/download/0.2.13/sccache-0.2.13-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