Closed dholth closed 5 months ago
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
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