-
Notifications
You must be signed in to change notification settings - Fork 656
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
add Swift 5.5 job #1845
add Swift 5.5 job #1845
Conversation
@swift-nio-bot test this please |
There are no nightly 5.5 docker images at the moment. We need to either get them to come into existence or disable the 5.5 job until they do. |
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.
Requesting changes for the broken 5.5 job.
Disabled the 5.5. job |
I'm seeing problems compiling the tests with a recent official trunk snapshot build of the toolchain on linux:
Swift 5.4 builds the exact same commit 43fa768 without a problem, so there appears to have been a regression somewhere. |
This appears to be a compiler error, as that method is made available in an extension. Can you report this at bugs.swift.org? |
Sure. |
Looks like @weissi already reported it: SR-14268 and SR-14590. |
@yim-lee I believe the 5.5 builds should be able to be turned back on with the subsequent changes made in this patch. |
@swift-nio-bot test this please |
The 5.5 job was enabled but didn't get triggered for some reason. Should be ok now. |
No description provided.