bazel-lib icon indicating copy to clipboard operation
bazel-lib copied to clipboard

`strip_prefix="/"` in `mtree_mutate()` deletes everything

Open mering opened this issue 1 year ago • 1 comments

We want to make all paths relative by using strip_prefix = "/". While this works just fine with pkg_tar, when using mtree_mutate() it deletes the whole file instead of just removing the / prefix from all paths.

mering avatar Sep 24 '24 13:09 mering