-
Notifications
You must be signed in to change notification settings - Fork 60
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
Packaging fails with "Large file option has not been set" #1034
Comments
Thinking about this again, this might not be the right repo for this issue, since this is handled by rattler-package-streaming in conda/rattler repo, but I just filed it here as it affects rattler-build. |
Thanks for filing this issue! Do you have a notion of "how large"? We should definitely fix this asap. |
OK, it's 4 GB apparently. I'll have a look if we should set this always, or if we should try to figure out the file size beforehand. |
Thanks for the quick fix! |
rattler-build fails to package certain recipes if the package size is large.
When running rattler-build on such large packages we run into:
Did some initial investigation into this:
zip
(zip2) crate here: https://github.com/zip-rs/zip2/blob/6d3945645b7f3805068dd8c50d4fe56a66651069/src/write.rs#L587large_file
mode.The text was updated successfully, but these errors were encountered: