summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/container/BUILD')
-rw-r--r--runsc/container/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/container/BUILD b/runsc/container/BUILD
index 1171355c8..e40ca4709 100644
--- a/runsc/container/BUILD
+++ b/runsc/container/BUILD
@@ -39,6 +39,7 @@ go_test(
":uds_test_app",
"//runsc",
],
+ embed = [":container"],
tags = [
"requires-kvm",
],
@@ -49,7 +50,6 @@ go_test(
"//pkg/sentry/kernel/auth",
"//pkg/unet",
"//runsc/boot",
- "//runsc/container",
"//runsc/specutils",
"//runsc/test/testutil",
"@com_github_opencontainers_runtime-spec//specs-go:go_default_library",