-
Notifications
You must be signed in to change notification settings - Fork 35
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
Convert workflows to self-hosted with Swiftly #195
Conversation
@swift-ci test macOS |
@swift-ci test macOS |
@swift-ci test macOS |
@swift-ci test macOS |
@swift-ci test macOS |
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.
LGTM. Probably want to clean up the commit history or do a squash just to prevent 48 commits from landing in the history 😄
@@ -14,15 +14,20 @@ on: | |||
type: string | |||
default: "--skip" | |||
|
|||
env: | |||
SWIFTLY_BOOTSTRAP_VERSION: 0.4.0-dev |
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.
Any plans to convert this to 0.4.0 proper?
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.
Yes, once we have a final 0.4.0 release we can update this env and use it.
Thanks, I'll squash and merge this into a nice single commit. :) |
Convert workflow jobs to use standard OS images using swiftly to install the
swift toolchain. The toolchain is selected by the version specified
in the
.swift-version
file. Updating to a new toolchain is as simpleas
swiftly use <version>
in the swiftly directory and pushing thatchange.