conda-forge / curl-feedstock

A conda-smithy repository for curl.
BSD 3-Clause "New" or "Revised" License
3 stars 42 forks source link

Add perl for tests on UNIX #6

Closed jakirkham closed 8 years ago

jakirkham commented 8 years ago

Turns out curl requires perl to run the tests on UNIX. This can be demonstrated by this CircleCI build. As the copy of perl on the docker image gave us a false sense of having perl, we must now address this properly and make perl a build dependency.

Didn't bump the build number as this only affects the tests. It doesn't affect the binaries we provide.

conda-forge-linter commented 8 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.

jakirkham commented 8 years ago

This is clearly working and needed for a clean build. Going to go ahead and merge. If we want to have discussion about other ways to have a clean build that is totally fine, but can be discussed after getting it fixed.