conda / conda-package-handling

Create and extract conda packages of various formats
https://conda.github.io/conda-package-handling/
BSD 3-Clause "New" or "Revised" License
26 stars 37 forks source link

Check >2GB direct .conda creation versus ZIP #248

Closed dholth closed 3 months ago

dholth commented 3 months ago

Checklist

What happened?

https://github.com/conda/conda-package-handling/blob/main/src/conda_package_handling/conda_fmt.py#L105-L121 is part of the code that creates .conda directly instead of going through .tar.bz2 first.

We need to create 3GB of /dev/random and try to put it into a .conda, to see if this code suffers from the same ZIP64 deficiency as https://github.com/conda/conda-package-streaming/issues/79