Skip to content

Commit

Permalink
Use docker image with sccache v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun authored Jan 29, 2025
1 parent 7c33b9a commit 65c6ee3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/docker/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ export CI_DOCKER_ARG_RUST_VERSION="${rust_stable}"
export CI_DOCKER_ARG_RUST_NIGHTLY_VERSION="${rust_nightly}"
export CI_DOCKER_ARG_GOLANG_VERSION=1.21.3
export CI_DOCKER_ARG_NODE_MAJOR=18
export CI_DOCKER_ARG_SCCACHE_VERSION=v0.8.1
#uncomment once docker image is updated
#export CI_DOCKER_ARG_SCCACHE_VERSION=v0.9.1
export CI_DOCKER_ARG_SCCACHE_VERSION=v0.9.1
export CI_DOCKER_ARG_GRCOV_VERSION=v0.8.18

hash_vars=(
Expand Down

0 comments on commit 65c6ee3

Please sign in to comment.