diff options
Diffstat (limited to 'runsc/boot/BUILD')
-rw-r--r-- | runsc/boot/BUILD | 1 |
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", ], ) |