-
Notifications
You must be signed in to change notification settings - Fork 45
Update sdk-amd64.wxs #170
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
Update sdk-amd64.wxs #170
Conversation
Update installer manifest for new introduced dispatch header.
swiftlang/swift-corelibs-libdispatch#771 introduced a new header and broke the Windows toolchain due to the missing header. Update the SDK manifest accordingly which is required to get SPM to work again.
CC: @MaxDesiatov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Unfortunately, only @shahmishal can approve on this repo and that is required - please make sure that we get this in ASAP (assuming that swiftlang/swift#63216 is good). We should also retrigger a nightly snapshot build after this is merged - the Windows builds haven't been updated in a while. |
This will need to be squashed before merging. |
The testing PR on |
Update installer manifest for new introduced dispatch header.