diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-14 07:12:06 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-14 07:12:06 -0700 |
commit | 82530e4c3029691c43de288e3efcf0c4c3129e14 (patch) | |
tree | d8da506ee8abaa0dcf72033d196230d2857cdc4d /test/syscalls/linux/BUILD | |
parent | c230d12b5ce540239df06e517f3b1b72722dcc14 (diff) | |
parent | a86ffefd3f52dede3ffd6ae3c20d67734ecc2616 (diff) |
Merge pull request #2375 from lubinszARM:pr_exec_binary
PiperOrigin-RevId: 306432289
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 96ca39583..d9095c95f 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -662,10 +662,7 @@ cc_binary( cc_binary( name = "exec_binary_test", testonly = 1, - srcs = select_arch( - amd64 = ["exec_binary.cc"], - arm64 = [], - ), + srcs = ["exec_binary.cc"], linkstatic = 1, deps = [ "//test/util:cleanup", |