aspect-build / bazel-lib

Common useful functions for writing BUILD files and Starlark macros/rules
https://docs.aspect.build/rules/aspect_bazel_lib
Apache License 2.0
129 stars 77 forks source link

[FR]: merge tar files with "deps" #870

Open gfrankliu opened 2 weeks ago

gfrankliu commented 2 weeks ago

What is the current behavior?

No response

Describe the feature

In pkg_tar, we can use "deps" to merge list of tar files into one. How can we do it in tar?

gfrankliu commented 2 weeks ago

pkg_tar has a bug with regard to the directory symlinks when merging/flattening multiple tar files. I am hoping aspect tar can handle this use case properly.