mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[npmrc] Fix puppeteer_skip_download configuration (#177673)
This was a breaking change introduced in puppeteer 20 See
df4d60c187
This commit is contained in:
parent
7745d36703
commit
42c0e28036
3 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,6 @@ source .buildkite/scripts/common/util.sh
|
||||||
|
|
||||||
export BAZEL_CACHE_MODE=populate-local-gcs
|
export BAZEL_CACHE_MODE=populate-local-gcs
|
||||||
export DISABLE_BOOTSTRAP_VALIDATION=true
|
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
|
# 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
|
rm -rf ~/.bazel-cache
|
||||||
|
|
|
@ -6,7 +6,6 @@ source .buildkite/scripts/common/util.sh
|
||||||
|
|
||||||
export BAZEL_CACHE_MODE=populate-local-gcs
|
export BAZEL_CACHE_MODE=populate-local-gcs
|
||||||
export DISABLE_BOOTSTRAP_VALIDATION=true
|
export DISABLE_BOOTSTRAP_VALIDATION=true
|
||||||
export PUPPETEER_SKIP_CHROME_DOWNLOAD=true
|
|
||||||
|
|
||||||
# Because we're manually deleting node_modules and bazel directories in-between runs, we need to --force-install
|
# Because we're manually deleting node_modules and bazel directories in-between runs, we need to --force-install
|
||||||
export BOOTSTRAP_ALWAYS_FORCE_INSTALL=true
|
export BOOTSTRAP_ALWAYS_FORCE_INSTALL=true
|
||||||
|
|
2
.npmrc
2
.npmrc
|
@ -1 +1 @@
|
||||||
puppeteer_skip_chromium_download=true
|
puppeteer_skip_download=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue