Skip to content
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

Merged
merged 48 commits into from
Jan 27, 2025

Conversation

cmcgee1024
Copy link
Member

@cmcgee1024 cmcgee1024 commented Dec 24, 2024

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 simple
as swiftly use <version> in the swiftly directory and pushing that
change.

@cmcgee1024
Copy link
Member Author

@swift-ci test macOS

@cmcgee1024 cmcgee1024 changed the title Test with self-hosted swiftly Convert workflows to self-hosted with Swiftly Dec 25, 2024
@cmcgee1024
Copy link
Member Author

@swift-ci test macOS

@cmcgee1024
Copy link
Member Author

@swift-ci test macOS

@cmcgee1024
Copy link
Member Author

@swift-ci test macOS

@cmcgee1024
Copy link
Member Author

@swift-ci test macOS

Copy link

@justice-adams-apple justice-adams-apple left a 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

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?

Copy link
Member Author

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.

@cmcgee1024
Copy link
Member Author

LGTM. Probably want to clean up the commit history or do a squash just to prevent 48 commits from landing in the history 😄

Thanks, I'll squash and merge this into a nice single commit. :)

@cmcgee1024 cmcgee1024 merged commit 0cc4642 into swiftlang:main Jan 27, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants