Internal Code Change

PiperOrigin-RevId: 556003625
pull/13523/head
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent 95440f7a90
commit 48493fba8a
  1. 8
      rust/BUILD

@ -74,10 +74,6 @@ rust_test(
name = "protobuf_upb_test",
crate = ":protobuf_upb",
rustc_flags = ["--cfg=upb_kernel"],
tags = [
# TODO(b/270274576): Enable testing on arm once we have a Rust Arm toolchain.
"not_build:arm",
],
)
# The Rust Protobuf runtime using the cpp kernel.
@ -110,10 +106,6 @@ rust_test(
name = "protobuf_cpp_test",
crate = ":protobuf_cpp",
rustc_flags = ["--cfg=cpp_kernel"],
tags = [
# TODO(b/270274576): Enable testing on arm once we have a Rust Arm toolchain.
"not_build:arm",
],
)
rust_library(

Loading…
Cancel
Save