Skip to content

Commit a662f3d

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

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
@@ -80,6 +80,7 @@ init_sccache() {
8080
# This is the remote cache bucket
8181
export SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2
8282
export SCCACHE_REGION=us-east-1
83+
export AWS_DEFAULT_REGION=us-east-1
8384
export SCCACHE_S3_KEY_PREFIX=executorch
8485
export SCCACHE_IDLE_TIMEOUT=0
8586
export SCCACHE_ERROR_LOG=/tmp/sccache_error.log

0 commit comments

Comments
 (0)