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
@@ -1,4 +1,4 @@
|
||||
load("@rules_proto//proto:defs.bzl", "proto_library")
|
||||
load("@com_google_protobuf//bazel:proto_library.bzl", "proto_library")
|
||||
load("@rules_rust//extensions/prost:defs.bzl", "rust_prost_library")
|
||||
load("//:defs.bzl", "codex_rust_crate")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user