mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[bazel_cache] PUPPETEER_SKIP_DOWNLOAD=true (#177646)
This commit is contained in:
parent
b837a9edfd
commit
8504989871
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue