Skip to content

Commit

Permalink
Remove rust proto libraries from the editions/BUILD file.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 605397582
  • Loading branch information
protobuf-github-bot authored and zhangskz committed Feb 16, 2024
1 parent f6b108a commit 1f9d9fb
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions src/google/protobuf/editions/BUILD
Original file line number Diff line number Diff line change
@@ -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 1f9d9fb

Please sign in to comment.