diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2019-05-08 14:34:01 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-05-08 14:35:06 -0700 |
commit | bfd9f75ba4390de824d2c3d44c15bdca9dd0ff35 (patch) | |
tree | 8f5b2aca671216bb586e6d6bf2f463dc954a4746 /runsc | |
parent | cbf6ab96970f29694ee4732f10c0515105b68449 (diff) |
Set the FilesytemType in MountSource from the Filesystem.
And stop storing the Filesystem in the MountSource.
This allows us to decouple the MountSource filesystem type from the name of the
filesystem.
PiperOrigin-RevId: 247292982
Change-Id: I49cbcce3c17883b7aa918ba76203dfd6d1b03cc8
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/BUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runsc/BUILD b/runsc/BUILD index 4d2046ed3..af8e928c5 100644 --- a/runsc/BUILD +++ b/runsc/BUILD @@ -1,4 +1,6 @@ -package(licenses = ["notice"]) # Apache 2.0 +package( + licenses = ["notice"], # Apache 2.0 +) load("@io_bazel_rules_go//go:def.bzl", "go_binary") load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_deb", "pkg_tar") |