summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/test_app/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/container/test_app/BUILD')
-rw-r--r--runsc/container/test_app/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/runsc/container/test_app/BUILD b/runsc/container/test_app/BUILD
index bfd338bb6..e200bafd9 100644
--- a/runsc/container/test_app/BUILD
+++ b/runsc/container/test_app/BUILD
@@ -1,4 +1,4 @@
-load("@io_bazel_rules_go//go:def.bzl", "go_binary")
+load("//tools:defs.bzl", "go_binary")
package(licenses = ["notice"])
@@ -9,7 +9,7 @@ go_binary(
"fds.go",
"test_app.go",
],
- pure = "on",
+ pure = True,
visibility = ["//runsc/container:__pkg__"],
deps = [
"//pkg/unet",