Skip to content

Commit

Permalink
[bazel_cache] PUPPETEER_SKIP_DOWNLOAD=true (elastic#177646)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Feb 22, 2024
1 parent b837a9e commit 8504989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/scripts/steps/bazel_cache/bootstrap_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .buildkite/scripts/steps/bazel_cache/bootstrap_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8504989

Please sign in to comment.