summaryrefslogtreecommitdiffhomepage
path: root/runsc/cgroup
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2018-10-26 12:17:51 -0700
committerShentubot <shentubot@google.com>2018-10-26 12:18:36 -0700
commit624cc329d89bff5f2b0e787d255e718514ec585b (patch)
treeaf210ca7e0211d2f02b26691a25447d705895ce6 /runsc/cgroup
parent479cd52a6075066e93ce0c1bd0f183bb5df4fcc7 (diff)
Order feature strings by block
PiperOrigin-RevId: 218894181 Change-Id: I97d0c74175f4aa528363f768a0a85d6953ea0bfd
Diffstat (limited to 'runsc/cgroup')
-rw-r--r--runsc/cgroup/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/cgroup/BUILD b/runsc/cgroup/BUILD
index bf2f373a9..4f9a25a25 100644
--- a/runsc/cgroup/BUILD
+++ b/runsc/cgroup/BUILD
@@ -22,4 +22,5 @@ go_test(
size = "small",
srcs = ["cgroup_test.go"],
embed = [":cgroup"],
+ tags = ["local"],
)