Skip to content

Commit

Permalink
Bazel 7.0.0 (#13321)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon authored Jan 10, 2024
1 parent 283e095 commit 3a2b486
Show file tree
Hide file tree
Showing 9 changed files with 1,264 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.4.0
7.0.0
2 changes: 1 addition & 1 deletion .buildkite-bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Prysm specific remote-cache properties.
build:remote-cache --remote_download_minimal
build:remote-cache --experimental_remote_build_event_upload=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
Expand Down
6 changes: 6 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###############################################################################
# Bazel now uses Bzlmod by default to manage external dependencies.
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
#
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################
Loading

0 comments on commit 3a2b486

Please sign in to comment.