Remove rust proto libraries from the editions/BUILD file.

PiperOrigin-RevId: 605397582
pull/15867/head
Protobuf Team Bot 10 months ago committed by Sandy Zhang
parent f6b108af4d
commit 1f9d9fbe14
  1. 29
      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")
@ -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,
@ -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,

Loading…
Cancel
Save