aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangskz <sandyzhang@google.com>2024-02-20 17:50:17 -0500
committerGitHub <noreply@github.com>2024-02-20 17:50:17 -0500
commitb5d4b40610635b6dd2a36d8422dd405ef41f9515 (patch)
treeeaa114c1903ad1ca30e0b84d2f60c23cfbac3172
parent80bd80f1062ae962329b30f81a17693c68a87daa (diff)
parent1f9d9fbe14b78857adab835e8d0dc9c703088078 (diff)
downloadprotobuf-b5d4b40610635b6dd2a36d8422dd405ef41f9515.tar.gz
Merge pull request #15867 from protocolbuffers/cp-rust
Remove rust proto libraries from the editions/BUILD file.
-rw-r--r--src/google/protobuf/editions/BUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/google/protobuf/editions/BUILD b/src/google/protobuf/editions/BUILD
index 1003ae219..bd8607898 100644
--- a/src/google/protobuf/editions/BUILD
+++ b/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,