Skip to content

Commit

Permalink
Use a newer version of bazel_remote_apis
Browse files Browse the repository at this point in the history
This one no longer requires us to apply a local change.
  • Loading branch information
EdSchouten committed Sep 18, 2024
1 parent 105dc62 commit 741450e
Show file tree
Hide file tree
Showing 3 changed files with 2,798 additions and 82 deletions.
3 changes: 1 addition & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ bazel_dep(name = "toolchains_llvm", version = "1.1.2")

git_override(
module_name = "bazel_remote_apis",
commit = "9a250a0f817fe63a426ede43b133c3dc4549d75f",
patches = ["//:patches/bazel_remote_apis/grpc-v2.diff"],
commit = "de1d77b12feb81f96909f0410991c3c966d9d8e7",
remote = "https://github.com/bazelbuild/remote-apis.git",
)

Expand Down
Loading

0 comments on commit 741450e

Please sign in to comment.