Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
chore: use s3 as sccache backend
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Jul 13, 2022
1 parent c04e06d commit 9b0355f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ci/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,11 @@ ARGS+=(

# sccache
ARGS+=(
--env "RUSTC_WRAPPER=/home/.cargo//bin/sccache"
--env "SCCACHE_DIR=/home/.cache/sccache"
--env SCCACHE_CACHE_SIZE
--env "RUSTC_WRAPPER=/home/.cargo/bin/sccache"
--env AWS_ACCESS_KEY_ID
--env AWS_SECRET_ACCESS_KEY
--env SCCACHE_BUCKET
--env SCCACHE_REGION
)

# Also propagate environment variables needed for codecov
Expand Down

0 comments on commit 9b0355f

Please sign in to comment.