diff options
author | Andrei Vagin <avagin@google.com> | 2019-10-01 16:24:19 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-01 16:25:34 -0700 |
commit | 29207cef141983647816b2270fe6419e56630c64 (patch) | |
tree | e247b06e2edad6f0ba10068a9bdbea6d0f1b6c9b /runsc | |
parent | 0d483985c57a2d001039d17bd198e2eca0f4ff7f (diff) |
runsc: remove todo from the build file
b/135475885 was fixed by cl/271434565.
PiperOrigin-RevId: 272320178
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/BUILD | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runsc/BUILD b/runsc/BUILD index a3a0d6730..e4e8e64a3 100644 --- a/runsc/BUILD +++ b/runsc/BUILD @@ -91,11 +91,6 @@ pkg_deb( maintainer = "The gVisor Authors <gvisor-dev@googlegroups.com>", package = "runsc", postinst = "debian/postinst.sh", - tags = [ - # TODO(b/135475885): pkg_deb requires python2: - # https://github.com/bazelbuild/bazel/issues/8443 - "manual", - ], version_file = ":version.txt", visibility = [ "//visibility:public", |