diff options
author | Fabricio Voznika <fvoznika@google.com> | 2020-09-17 01:07:55 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-17 01:09:42 -0700 |
commit | a11061d78a58ed75b10606d1a770b035ed944b66 (patch) | |
tree | 1bdb322be294cdd868d4bf36a1520e0517021d60 /runsc/boot/BUILD | |
parent | ae59e529791e4763aaa25eee818605f17699fc67 (diff) |
Add VFS2 overlay support in runsc
All tests under runsc are passing with overlay enabled.
Updates #1487, #1199
PiperOrigin-RevId: 332181267
Diffstat (limited to 'runsc/boot/BUILD')
-rw-r--r-- | runsc/boot/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/boot/BUILD b/runsc/boot/BUILD index 01f62d50a..2d9517f4a 100644 --- a/runsc/boot/BUILD +++ b/runsc/boot/BUILD @@ -27,6 +27,7 @@ go_library( "//pkg/abi", "//pkg/abi/linux", "//pkg/bpf", + "//pkg/cleanup", "//pkg/context", "//pkg/control/server", "//pkg/cpuid", |