We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb713e commit a662f3dCopy full SHA for a662f3d
.ci/docker/common/install_cache.sh
@@ -80,6 +80,7 @@ init_sccache() {
80
# This is the remote cache bucket
81
export SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2
82
export SCCACHE_REGION=us-east-1
83
+ export AWS_DEFAULT_REGION=us-east-1
84
export SCCACHE_S3_KEY_PREFIX=executorch
85
export SCCACHE_IDLE_TIMEOUT=0
86
export SCCACHE_ERROR_LOG=/tmp/sccache_error.log
0 commit comments