JuliaPackaging / BinaryBuilderBase.jl

https://juliapackaging.github.io/BinaryBuilderBase.jl/stable
MIT License
11 stars 31 forks source link

Unzip and untar .conda packages #297

Closed mkitti closed 1 year ago

mkitti commented 1 year ago

Fix #296

giordano commented 1 year ago

A test in https://github.com/JuliaPackaging/BinaryBuilderBase.jl/blob/64104c9a42311d3c63e9d369db12dd4faa885dc3/test/sources.jl#L25 would be great :slightly_smiling_face: (pro-tip about BBB tests: they're modular and each file is independent from the others, imports included, so you can include only the test/sources.jl file to run those tests, or for example only keep that file in test/runtests.jl)

mkitti commented 1 year ago

What happened with the unprivileged test?

giordano commented 1 year ago

Slow download, the job timed out

mkitti commented 1 year ago

Cool. Are we good then? I added tests. I streamlined the extraction.

Should we find a smaller package to download?

giordano commented 1 year ago

Should we find a smaller package to download?

Yes, that'd be perfect

mkitti commented 1 year ago

How about https://anaconda.org/conda-forge/versionparsing.jl/1.3.0/download/noarch/versionparsing.jl-1.3.0-ha770c72_0.conda ? 22 kiB

giordano commented 1 year ago

Perfect!

mkitti commented 1 year ago

Done. Are we all set now?