Internal change.

PiperOrigin-RevId: 520627020
pull/12344/head
Augie Fackler 2 years ago committed by Copybara-Service
parent 515175db66
commit 648060bbcb
  1. 2
      rust/BUILD
  2. 2
      rust/upb_kernel/BUILD

@ -30,6 +30,8 @@ rust_test(
"//conditions:default": ["--cfg=cpp_kernel"],
}),
tags = [
# TODO(b/243126140): Enable msan once we support sanitizers with Rust.
"nomsan",
"not_build:arm",
"notsan",
],

@ -15,6 +15,8 @@ rust_test(
tags = [
"not_build:arm",
"notsan",
# TODO(b/243126140): Enable msan once we support sanitizers with Rust.
"nomsan",
],
)

Loading…
Cancel
Save