Check >2GB direct .conda creation versus ZIP #248
Labels
in-progress
issue is actively being worked on
locked
[bot] locked due to inactivity
severity::1
blocker; broken functionality with no workaround
source::anaconda
created by members of Anaconda, Inc.
type::bug
describes erroneous operation, use severity::* to classify the type
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 conda/conda-package-streaming#79
The text was updated successfully, but these errors were encountered: