diff options
author | Fabricio Voznika <fvoznika@google.com> | 2020-06-10 17:03:38 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-10 17:05:23 -0700 |
commit | ab4c85189313097dbac5d5531f9ff6a08d9ba289 (patch) | |
tree | d99894f3d86406af3f17455a2f4839fbc4e2fab7 /runsc/cgroup/BUILD | |
parent | 41d9e536d559a2066ed6c92ed30aa2757d3596bb (diff) |
Cgroup fixes
- Set hugetlb related fields
- Add realtime scheduler related fields
- Beef up unit tests
Updates #2713
PiperOrigin-RevId: 315797979
Diffstat (limited to 'runsc/cgroup/BUILD')
-rw-r--r-- | runsc/cgroup/BUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runsc/cgroup/BUILD b/runsc/cgroup/BUILD index c087e1a3c..7e34a284a 100644 --- a/runsc/cgroup/BUILD +++ b/runsc/cgroup/BUILD @@ -20,4 +20,8 @@ go_test( srcs = ["cgroup_test.go"], library = ":cgroup", tags = ["local"], + deps = [ + "//pkg/test/testutil", + "@com_github_opencontainers_runtime-spec//specs-go:go_default_library", + ], ) |