mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
Use protobuf's built-in Bazel proto rule (#38280)
## What changed - Load `proto_library` for the code-mode protocol directly from the `com_google_protobuf` repository. - Remove the now-unneeded direct `rules_proto` module dependency. GitOrigin-RevId: 5a01191b2c46c7fafd263ed93f153a878b09aaa8
This commit is contained in:
committed by
copyberry
parent
c38d59fca0
commit
27a98dde4d
@@ -5,7 +5,6 @@ bazel_dep(name = "platforms", version = "1.0.0")
|
||||
|
||||
# Expose the public protobuf rules already used transitively by rules_rs.
|
||||
bazel_dep(name = "protobuf", version = "34.0.bcr.1", repo_name = "com_google_protobuf")
|
||||
bazel_dep(name = "rules_proto", version = "7.1.0")
|
||||
bazel_dep(name = "llvm", version = "0.8.11")
|
||||
bazel_dep(name = "windows_support", version = "0.2.0")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user