crm bump-recipe
should consider using a stream to calculate some SHA-256 hashes
#277
Labels
Milestone
crm bump-recipe
should consider using a stream to calculate some SHA-256 hashes
#277
@JeanChristopheMorinPerso discussed this offline.
We're currently downloading source artifacts for two main reasons:
Now the current mechanism will scale for the vast majority of conda recipe files/feedstocks.
However, there are some very large artifacts out there that contain massive build artifacts and neural network models, potentially in the gigabytes.
For such large projects, streaming the the archive bytes to the block cipher and ditching the processed bytes makes way more sense.
The text was updated successfully, but these errors were encountered: