Skip to content

Commit

Permalink
Add rules_proto in MODULE.tools
Browse files Browse the repository at this point in the history
rules_proto is already a transitive dependency, this change makes sure a Bazel 8 compatible version is used.

Addresses failures like: https://buildkite.com/bazel/bcr-bazel-compatibility-test/builds/51#01933ece-5ec0-4279-9057-f928f1406e6b

PiperOrigin-RevId: 697832335
Change-Id: I785c8223c0463d85b7bcd1b5c42b390fdddf341c
  • Loading branch information
meteorcloudy authored and copybara-github committed Nov 19, 2024
1 parent ebeab8c commit f7e17f9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bazel_dep(name = "zlib", version = "1.3.1.bcr.3")
bazel_dep(name = "rules_cc", version = "0.0.16")
bazel_dep(name = "rules_java", version = "8.3.1")
bazel_dep(name = "rules_graalvm", version = "0.11.1")
bazel_dep(name = "rules_proto", version = "7.0.1")
bazel_dep(name = "rules_proto", version = "7.0.2")
bazel_dep(name = "rules_jvm_external", version = "6.0")
bazel_dep(name = "rules_python", version = "0.36.0")
bazel_dep(name = "rules_testing", version = "0.6.0")
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/MODULE.tools
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "buildozer", version = "7.1.2")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")
bazel_dep(name = "rules_proto", version = "7.0.2")

xcode_configure = use_extension("//tools/osx:xcode_configure.bzl", "xcode_configure_extension")
use_repo(xcode_configure, "local_config_xcode")
Expand Down
8 changes: 5 additions & 3 deletions src/test/tools/bzlmod/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7e17f9

Please sign in to comment.