mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Do not run static test on AArch64 user mode emulation
PiperOrigin-RevId: 417556328 Change-Id: Ib04b3c6bbe8e5fcece11652c7a751a319899b73c
This commit is contained in:
parent
3f5184770d
commit
aa3f60148c
|
@ -29,6 +29,7 @@ cc_binary(
|
||||||
srcs = ["static_sandbox.cc"],
|
srcs = ["static_sandbox.cc"],
|
||||||
copts = sapi_platform_copts(),
|
copts = sapi_platform_copts(),
|
||||||
data = [":static_bin"],
|
data = [":static_bin"],
|
||||||
|
tags = ["no_qemu_user_mode"],
|
||||||
deps = [
|
deps = [
|
||||||
"//sandboxed_api:config",
|
"//sandboxed_api:config",
|
||||||
"//sandboxed_api/sandbox2",
|
"//sandboxed_api/sandbox2",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user