Browse Source

docs: Update the sccache name (#20860)

* docs: Update the sccache name (#20462)

(cherry picked from commit b3e76571596e5178094abac35afd0362e9d36f60)

* Update sccache name in circleCI
John Kleinschmidt 5 years ago
parent
commit
71009fd61e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .circleci/config.yml
  2. 1 1
      docs/development/build-instructions-gn.md

+ 1 - 1
.circleci/config.yml

@@ -223,7 +223,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

+ 1 - 1
docs/development/build-instructions-gn.md

@@ -46,7 +46,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
 ```