docs: Update the sccache name (#20462) (#20862) (#20880)

(cherry picked from commit b3e7657159)
(cherry picked from commit 8cf8c8fe63)
This commit is contained in:
John Kleinschmidt
2019-11-01 12:10:01 -04:00
committed by GitHub
parent 7801e3e560
commit f67426012f
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ step-setup-env-for-build: &step-setup-env-for-build
echo 'export SCCACHE_PATH="'"$SCCACHE_PATH"'"' >> $BASH_ENV
if [ "$CIRCLE_PR_NUMBER" != "" ]; then
#if building a fork set readonly access to sccache
echo 'export SCCACHE_BUCKET="electronjs-sccache"' >> $BASH_ENV
echo 'export SCCACHE_BUCKET="electronjs-sccache-ci"' >> $BASH_ENV
echo 'export SCCACHE_TWO_TIER=true' >> $BASH_ENV
fi
fi

View File

@@ -56,7 +56,7 @@ You can avoid much of the wait by reusing Electron CI's build output via
optional steps (listed below) and these two environment variables:
```sh
export SCCACHE_BUCKET="electronjs-sccache"
export SCCACHE_BUCKET="electronjs-sccache-ci"
export SCCACHE_TWO_TIER=true
```