-
Notifications
You must be signed in to change notification settings - Fork 48
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
Conda compilation from source not compatible with macOS SDK in Xcode 13 #955
Comments
So, conda compiler fail with the macOS SDK provided by XCode 13. As a cross-check, I added a CI run with homebrew with Xcode 13 in #960, to understand if that fails also there or not. |
As shown in #960, the homebrew CI works fine. The issue is caused by some kind of incompatibility between the macOS SDK in Xcode 13 and the conda-forge compilers. |
The problem was solved on its own, see #1216 , probably thanks to a compiler or macOS SDK update, a rare case in which ignoring a problem and just putting in place a workaround eventually lead to the problem being solved. : ) |
Since yesterday, the CI of conda on macos-latest failed with:
Homebrew on macos-10.15 did not failed, so I wonder if this problem is related to the
macos-latest
image.The text was updated successfully, but these errors were encountered: