diff options
author | Michael Pratt <mpratt@google.com> | 2018-10-26 12:17:51 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-10-26 12:18:36 -0700 |
commit | 624cc329d89bff5f2b0e787d255e718514ec585b (patch) | |
tree | af210ca7e0211d2f02b26691a25447d705895ce6 /runsc/cgroup | |
parent | 479cd52a6075066e93ce0c1bd0f183bb5df4fcc7 (diff) |
Order feature strings by block
PiperOrigin-RevId: 218894181
Change-Id: I97d0c74175f4aa528363f768a0a85d6953ea0bfd
Diffstat (limited to 'runsc/cgroup')
-rw-r--r-- | runsc/cgroup/BUILD | 1 |
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"], ) |