-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up feedstocks still using conda-forge-ci-setup=3
#2282
Comments
@h-vetinari Okay, so all we need to do is to remove the We are currently preparing a new release of Here's what we have. I remember pinning py-lief was necessary way back when due to the osx builds ran out of time. Changing the py-lief version at the time fixed it. Hopefully this is gone now. Here's the
|
pcl, orocos-kdl, libignition-common all done |
@h-vetinari ifcopenshell is updated with the outdated configs removed. |
|
@bollwyvl: this patch should fix it: https://patch-diff.githubusercontent.com/raw/google/atheris/pull/91.patch |
Thanks! Still seeing some OSX issues on |
I noticed this in pytorch, and according to a search for this, we have around 10 feedstocks that are currently affected.
The problem with this is that using such an old ci-setup forces a very old conda-build, which is - pretty much by sheer luck - just barely new enough to correctly handle
{{ stdlib("c") }}
, which we need to avoid creating packages with incorrect metadata on osx/linux.There are many other relevant changes that should make us retry to make these feedstocks use up-to-date build tools (some may still need to keep pinning lief due to various issues, but aside from a performance regression on osx, lief 0.14 should have fixed most things).
The text was updated successfully, but these errors were encountered: