[bazel_cache] PUPPETEER_SKIP_DOWNLOAD=true (#177646)

This commit is contained in:
Jon 2024-02-22 14:35:50 -06:00 committed by Jonathan Budzenski
parent b837a9edfd
commit 8504989871
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ source .buildkite/scripts/common/util.sh
export BAZEL_CACHE_MODE=populate-local-gcs
export DISABLE_BOOTSTRAP_VALIDATION=true
export PUPPETEER_SKIP_DOWNLOAD=true
# Clear out bazel cache between runs to make sure that any artifacts that don't exist in the cache are uploaded
rm -rf ~/.bazel-cache

View file

@ -6,6 +6,7 @@ source .buildkite/scripts/common/util.sh
export BAZEL_CACHE_MODE=populate-local-gcs
export DISABLE_BOOTSTRAP_VALIDATION=true
export PUPPETEER_SKIP_DOWNLOAD=true
# Because we're manually deleting node_modules and bazel directories in-between runs, we need to --force-install
export BOOTSTRAP_ALWAYS_FORCE_INSTALL=true