You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The entry should probably be deleted unless package_dir is provided. I'm not very familiar with awk syntax, but another check for whether package_dir is provided and a more complex check on L18 would probably fix this.
The text was updated successfully, but these errors were encountered:
It looks like #852 causes issues with
strip_prefix
inmtree_mutate
when stripping the root directory.bazel-lib/lib/private/modify_mtree.awk
Lines 17 to 20 in 250c835
This causes a
/
to be added to the first keyword in the mtree specification.Steps to reproduce
Result:
The entry should probably be deleted unless package_dir is provided. I'm not very familiar with awk syntax, but another check for whether package_dir is provided and a more complex check on L18 would probably fix this.
The text was updated successfully, but these errors were encountered: