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 a105d23 commit bbb713eCopy full SHA for bbb713e
.ci/docker/common/install_cache.sh
@@ -79,6 +79,7 @@ EOF
79
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 SCCACHE_S3_KEY_PREFIX=executorch
84
export SCCACHE_IDLE_TIMEOUT=0
85
export SCCACHE_ERROR_LOG=/tmp/sccache_error.log
0 commit comments