bazelbuild / bazelbuild/rules_pkg
Create pkg_expand to allow for combination of archives
Open
P3
- Dominant language
- Starlark
- Stars
- 253
- Forks
- 221
- Avg merge
- 10h 33m
- Merged PRs (30d)
- 1
Description
`pkg_tar` has a unique ability to absorb other tarballs in its [`deps` attribute](https://github.com/bazelbuild/rules_pkg/blob/main/pkg/docs/reference.md#pkg_tar) into its output.
This should be generalized into allowing any archive to be expanded into another. As a start, this can simply support the extraction of tar and zip archives. Others can be added later if needed.
Contributor guide
Assessment
This issue has not been assessed yet.