-
Notifications
You must be signed in to change notification settings - Fork 154
Remove invalid versions #613
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
@swift-ci please test |
20b366a
to
847f3ca
Compare
@swift-ci please test |
Fixed one more 5.1 spot :( |
@@ -2346,14 +2274,6 @@ | |||
{ | |||
"version": "4.2", | |||
"commit": "2fe5b325a8a54e77c545b2f511213420da133b8c" | |||
}, |
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.
Is it intended that we are only left with the 4.2 branch for Result instead of the 5.1 branch? I think we are now testing compiler main
against the 4.2 branch of Result
(which is causing a stress tester failure because offsets have moved around).
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.
Yeah, all of the packages where just defaulting to what either 4 or 5 before and once I added -swift-version support all of the ones I removed started failing with unavailable methods and such, if we want to add swift-version 5 back, need to figure out the commit for it…
main
branchbuild_swift_package
to specify expected-swift-version
(it was defaulted before)projects.json
to use only supported Swift versions