-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Adding fs::convertFDToNativeFile conversion to FileSystem.cpp. #26161
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
Conversation
This seems like a functional change, the parameter is now different, so, the behaviour is going to be different. |
@swift-ci please test |
Can you explain what |
Build failed |
Build failed |
…Okay, I looked at the docs for |
@shahmishal "Python 2.7 or later is required" again? |
@jrose-apple This seems to have been broken since last week. We are going to look into something to change in build script to set the python correctly. |
Alright, waiting on #26169. This should fix the infra fails. |
Okay, I've fixed the python issue, libdispatch has been fixed by @pschuh and I. There are additional changes needed for lldb, but, this brings swift to a point where it can build again at least. |
@swift-ci please test |
Build failed |
Build failed |
Linux:
Darwin:
I think that the Linux failure is worrisome as that seems like a regression from the previous state. |
@swift-ci please test |
Build failed |
Build failed |
Bleh, seems that the Darwin builds have regressed again:
Seems that the system python now differs from the SDK python framework :-(. This is a regression, lets get this merged. |
I mean, those are allowed to diverge. That's how SDKs work. |
No description provided.