Skip to content

Commit bbb713e

Browse files
committed
add default AWS region for SCCACHE
1 parent a105d23 commit bbb713e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/docker/common/install_cache.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ EOF
7979
init_sccache() {
8080
# This is the remote cache bucket
8181
export SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2
82+
export SCCACHE_REGION=us-east-1
8283
export SCCACHE_S3_KEY_PREFIX=executorch
8384
export SCCACHE_IDLE_TIMEOUT=0
8485
export SCCACHE_ERROR_LOG=/tmp/sccache_error.log

0 commit comments

Comments
 (0)