-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: tar mtree should expand treeartifacts automatically #625
Comments
It will fail horribly with following error;
|
Running into issue in vgijssel/setup#544, where I'm trying to package up a py_binary with deps coming from https://github.com/jvolkman/rules_pycross. That rule set outputs a package as a single directory (instead as separate file) as can be seen here https://github.com/jvolkman/rules_pycross/blob/c6923332dacb3ef5c4df172155be526981a140ab/pycross/private/wheel_library.bzl#L8. The error I'm getting:
|
I think this is actually fixed by #630! Using |
fixed by #630 |
What happened?
Currently, only treeartifacts root directory is added as directory without the contents. bsdtar doesn't automatically expand directories, this should be done beforehand.
Version
Development (host) and target OS/architectures:
Output of
bazel --version
:Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: