Skip to content

Commit

Permalink
Merge pull request #15867 from protocolbuffers/cp-rust
Browse files Browse the repository at this point in the history
Remove rust proto libraries from the editions/BUILD file.
  • Loading branch information
zhangskz committed Feb 20, 2024
2 parents 80bd80f + 1f9d9fb commit b5d4b40
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions src/google/protobuf/editions/BUILD
@@ -1,5 +1,4 @@
load("@rules_python//python:proto.bzl", "py_proto_library")
load("//rust:defs.bzl", "rust_cc_proto_library", "rust_upb_proto_library")
load("//bazel:upb_proto_library.bzl", "upb_c_proto_library", "upb_proto_reflection_library")
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
Expand Down Expand Up @@ -127,20 +126,6 @@ py_proto_library(
deps = [":test_messages_proto2_editions_proto"],
)

rust_cc_proto_library(
name = "test_messages_proto2_editions_rust_cc_proto",
testonly = True,
visibility = ["//conformance:__pkg__"],
deps = [":test_messages_proto2_editions_cc_proto"],
)

rust_upb_proto_library(
name = "test_messages_proto2_editions_rust_upb_proto",
testonly = True,
visibility = ["//conformance:__pkg__"],
deps = [":test_messages_proto2_editions_proto"],
)

upb_c_proto_library(
name = "test_messages_proto2_editions_upb_proto",
testonly = 1,
Expand Down Expand Up @@ -203,20 +188,6 @@ py_proto_library(
deps = [":test_messages_proto3_editions_proto"],
)

rust_cc_proto_library(
name = "test_messages_proto3_editions_rust_cc_proto",
testonly = True,
visibility = ["//conformance:__pkg__"],
deps = [":test_messages_proto3_editions_cc_proto"],
)

rust_upb_proto_library(
name = "test_messages_proto3_editions_rust_upb_proto",
testonly = True,
visibility = ["//conformance:__pkg__"],
deps = [":test_messages_proto3_editions_proto"],
)

upb_c_proto_library(
name = "test_messages_proto3_editions_upb_proto",
testonly = 1,
Expand Down

0 comments on commit b5d4b40

Please sign in to comment.