-
Notifications
You must be signed in to change notification settings - Fork 428
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
Master overlinking fixes post 3.20.0 #4036
Master overlinking fixes post 3.20.0 #4036
Conversation
…s in DLLs .. arguably we should just add the directory of the DLL/pyd itself here and arguably we should just do that globally. Still, for now this is OK. There could be an argument made for adding support for allowing packages to modify PATHs somehow, and for conda-build to be able to know about that too
.. We always run all of the logic here (at this level, if we want to disable it globally that should happen higher up the callstack)
@jjhelmus, please review. |
There's another minor fix to come for this series. |
This warning complains about things in the whitelist too. It either needs to filter those out or (as I've done) removed. Soon we'll also check for files deleted from the prefix and that will cover the files that this check would have found anyway.
macOS failure is a very old package cache bug we see now and then (always on macOS though). |
@jjhelmus This is ready now. Please merge if you agree and I'll prepare the release. |
LGTM, I'll merge once CI finishes. |
Hi there, thank you for your contribution! This pull request has been automatically locked because it has not had recent activity after being closed. Please open a new issue or pull request if needed. Thanks! |
No description provided.