From aa3f60148c6b79bc47efa3324da4ea7e25fc1eff Mon Sep 17 00:00:00 2001 From: Christian Blichmann Date: Tue, 21 Dec 2021 00:16:44 -0800 Subject: [PATCH] Do not run static test on AArch64 user mode emulation PiperOrigin-RevId: 417556328 Change-Id: Ib04b3c6bbe8e5fcece11652c7a751a319899b73c --- sandboxed_api/sandbox2/examples/static/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/sandboxed_api/sandbox2/examples/static/BUILD.bazel b/sandboxed_api/sandbox2/examples/static/BUILD.bazel index de247d0..27d031f 100644 --- a/sandboxed_api/sandbox2/examples/static/BUILD.bazel +++ b/sandboxed_api/sandbox2/examples/static/BUILD.bazel @@ -29,6 +29,7 @@ cc_binary( srcs = ["static_sandbox.cc"], copts = sapi_platform_copts(), data = [":static_bin"], + tags = ["no_qemu_user_mode"], deps = [ "//sandboxed_api:config", "//sandboxed_api/sandbox2",