Skip to content

Commit

Permalink
Enable experimental_remote_downloader in CI. (#13996)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon authored May 14, 2024
1 parent 2b06dfd commit 49a6d02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite-bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
build:remote-cache --remote_download_minimal
build:remote-cache --remote_build_event_upload=minimal
build:remote-cache --remote_cache=grpc://bazel-remote-cache:9092
# Does not work with rules_oci. See https://github.com/bazel-contrib/rules_oci/issues/292
#build:remote-cache --experimental_remote_downloader=grpc://bazel-remote-cache:9092
build:remote-cache --experimental_remote_downloader=grpc://bazel-remote-cache:9092
build:remote-cache --remote_local_fallback
build:remote-cache --experimental_remote_cache_async
build:remote-cache --experimental_remote_merkle_tree_cache
Expand Down

0 comments on commit 49a6d02

Please sign in to comment.