summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/BUILD
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-04-14 11:20:11 -0700
committergVisor bot <gvisor-bot@google.com>2020-04-14 11:20:11 -0700
commitac9b32c36b40e51a77e44c0b82ecd349d77a4379 (patch)
treedc6a23f210030adae6acb1e725e5ac9a5a0e152d /runsc/boot/BUILD
parent81c44c4cd7cfa121d9ef028db18b3ee550845811 (diff)
parent0cfdd47391d30dfe8214e2d11bdad9b27419ad26 (diff)
Merge pull request #2212 from aaronlu:dup_stdioFDs
PiperOrigin-RevId: 306477639
Diffstat (limited to 'runsc/boot/BUILD')
-rw-r--r--runsc/boot/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/boot/BUILD b/runsc/boot/BUILD
index 26f68fe3d..23f42382f 100644
--- a/runsc/boot/BUILD
+++ b/runsc/boot/BUILD
@@ -119,5 +119,6 @@ go_test(
"//pkg/unet",
"//runsc/fsgofer",
"@com_github_opencontainers_runtime-spec//specs-go:go_default_library",
+ "@org_golang_x_sys//unix:go_default_library",
],
)