-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Does one need to check that the ABI changed from X to Y. #3368
Labels
Comments
This was referenced Sep 3, 2022
Merged
Closed
5 tasks
From #3269 it seems that isuruf recommends:
|
For example: if record.get('timestamp', 0) < 1662860143000:
if any(dep.startswith("libxml2 >=2.9") for dep in deps):
_pin_looser(fn, record, "libxml2", upper_bound="2.11.0") which was done as part of conda-forge/conda-forge-repodata-patches-feedstock#316 |
5 tasks
For example to release the pin from
|
@jakirkham i feel like you had a bullet point list but i lost it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Comment:
I find the the question:
doesn't really explain to the user what should happen if the ABI didn't change.
The challenge is two fold:
So really, I would like to propose some clarification on what should happen if the pin doesn't change. I find "rebuilding" to be a good solution, even if the ABI doesn't change.
The text was updated successfully, but these errors were encountered: