Skip to content

Commit

Permalink
CI: minimal remote downloads, strict action environment (#8760)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon authored Apr 13, 2021
1 parent 131a14e commit fda0032
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .buildkite-bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@

# Prysm specific remote-cache properties.
#build:remote-cache --disk_cache=
#build:remote-cache --remote_download_minimal
build:remote-cache --remote_download_minimal
build:remote-cache --remote_cache=grpc://bazel-remote-cache:9092
build:remote-cache --remote_local_fallback
# Enforce stricter environment rules, which eliminates some non-hermetic
# behavior and therefore improves both the remote cache hit rate and the
# correctness and repeatability of the build.
build:remote-cache --incompatible_strict_action_env=true

# Import workspace options.
import %workspace%/.bazelrc
Expand Down

0 comments on commit fda0032

Please sign in to comment.