diff options
author | Adin Scannell <ascannell@google.com> | 2021-08-23 10:50:37 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-08-23 10:53:38 -0700 |
commit | 8dc3be7a61c9d8199c66260cd2d416c8e3e0bc96 (patch) | |
tree | c2b67a6b00f04364aad5698a42b79af6016ecb06 /debian | |
parent | 0a15a216daab9523a5f0c7b93bbceae98dbcbcc1 (diff) |
Use --output=starlark trick for all build path parsing.
There is no reason to limit this to debian paths.
PiperOrigin-RevId: 392469415
Diffstat (limited to 'debian')
-rw-r--r-- | debian/show_paths.bzl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/show_paths.bzl b/debian/show_paths.bzl deleted file mode 100644 index 366b9d2e8..000000000 --- a/debian/show_paths.bzl +++ /dev/null @@ -1,9 +0,0 @@ -"""Formatter to extract the output files from pkg_deb.""" - -def format(target): - provider_map = providers(target) - return "\n".join([ - provider_map["OutputGroupInfo"].out.to_list()[0].path, - provider_map["OutputGroupInfo"].deb.to_list()[0].path, - provider_map["OutputGroupInfo"].changes.to_list()[0].path, - ]) |