Skip to content
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

Use force_zip64=True when directly creating .conda files #249

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

dholth
Copy link
Contributor

@dholth dholth commented Jun 6, 2024

Description

Address same issue as conda/conda-package-streaming#79 but when creating .conda directly (handled by conda-package-handling) , not converting from .tar.bz2 (handled by conda-package-streaming).

Fix #248

Tested by running dd if=/dev/urandom of=random bs=1M count=2048 and cph c . /tmp/big.conda, which will create a 2147533062-byte pkg-big.tar.zst, fail on the older code and succeed after this fix.

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Jun 6, 2024
@dholth dholth requested a review from kenodegard June 6, 2024 13:38
@dholth dholth self-assigned this Jun 6, 2024
@dholth dholth added the in-progress issue is actively being worked on label Jun 6, 2024
@dholth dholth merged commit 417ae54 into main Jun 6, 2024
15 checks passed
@dholth dholth deleted the 248-conda-use-zip64 branch June 6, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA in-progress issue is actively being worked on
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Check >2GB direct .conda creation versus ZIP
4 participants