conda-forge / conda-forge-ci-setup-feedstock

A conda-smithy repository for conda-forge-ci-setup.
BSD 3-Clause "New" or "Revised" License
13 stars 52 forks source link

old version getting pulled #177

Closed beckermr closed 2 years ago

beckermr commented 2 years ago

Over in https://github.com/conda-forge/fftw-feedstock/pull/81 it appears that the version right before we added the boa run constraint is getting pulled. IDK why but it is causing errors for cross-compiled builds.

cc @conda-forge/core @wolfv @isuruf

isuruf commented 2 years ago

conda is trying to maximize the version of boa which 0.8 and that downgrades conda-forge-ci-setup.

beckermr commented 2 years ago

Ahhhh - I'll make a PR to repin or maybe we remove it all together?

isuruf commented 2 years ago

Or patch the older versions of conda-forge-ci-setup to have the same run_constrained as well.

beckermr commented 2 years ago

Right. If we patch everything to have the same value always, then it will always work.

beckermr commented 2 years ago

Let's merge the PR above for now and defer a real fix. I can't decide. If you have strong opinions, let's go with that.

beckermr commented 2 years ago

Saw your other comment. I will hotfix later.