-
Notifications
You must be signed in to change notification settings - Fork 30
[CI] Add support for GitHub Actions #51
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 is built for the toolchain, so we shouldn’t be building back deployment packages for Swift 5.9, or probably even 6.0. |
|
Like swift-foundation the package support is mainly a local development aid, so it should still build as a package for main. I’m on the fence about supporting one version back as a package. It’ll probably work most of the time. |
|
Is it possible to have this CI build and test swift-foundation? That is where we will really see if a change here is going to break something. |
Would it be possible to add this part of the package test? |
It's easy to reduce the scope here, let me only test nightly-main and nightly-6.1. |
|
How do we rerun the checks and verify that the Windows 5.9 check is no longer being run (and failing)? |
If you click on the job it self, it will take you to the details for it. There, at the top right you will find a button to re-run the job. |
|
I don't want to rerun the Windows check for 5.9 though - I don't want it in the configuration at all. :) |
|
Same for all 5.9, 5.8 or anything pre-6.0 for all platforms. |
Updated in bf3a258 |
No description provided.