conda-forge / libarchive-feedstock

A conda-smithy repository for libarchive.
BSD 3-Clause "New" or "Revised" License
2 stars 26 forks source link

Update to 3.3.2 #14

Closed jschueller closed 6 years ago

conda-forge-linter commented 6 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

jschueller commented 6 years ago

@conda-forge-admin, please rerender

jschueller commented 6 years ago

cc @jakirkham

stuarteberg commented 6 years ago

Does anyone know why there is no linux build on anaconda.org for libarchive 3.3.2? Looks like only the Mac package is published. https://anaconda.org/conda-forge/libarchive/files

jakirkham commented 6 years ago

Thanks @stuarteberg.

CircleCI has to use an SSH key to checkout the code (not sure why they do this, ask them). Unfortunately that expires periodically (around a year) and then we need a new one. Appeared that happened on the latest build so we didn't get a Linux package.

Just told the bot to generate a new SSH key for us in issue ( https://github.com/conda-forge/libarchive-feedstock/issues/15 ) and have triggered a fresh CircleCI build, which should publish Linux packages shortly. Please let us know if that works or not.

stuarteberg commented 6 years ago

Thanks, @jakirkham!