summaryrefslogtreecommitdiffhomepage
path: root/runsc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/BUILD')
-rw-r--r--runsc/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/runsc/BUILD b/runsc/BUILD
index 8f8e2ee35..2f0bbaf2b 100644
--- a/runsc/BUILD
+++ b/runsc/BUILD
@@ -8,6 +8,9 @@ go_binary(
"main.go",
],
pure = "on",
+ visibility = [
+ "//runsc:__subpackages__",
+ ],
x_defs = {"main.gitRevision": "{GIT_REVISION}"},
deps = [
"//pkg/log",