-
Notifications
You must be signed in to change notification settings - Fork 48
Add macOS job to pull request workflow #364
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
Open
cmcgee1024
wants to merge
15
commits into
swiftlang:main
Choose a base branch
from
cmcgee1024:add_macos_workflow
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9716bab
Add macOS job to pull request workflow
cmcgee1024 b55720e
Use swiftly to install swift for macOS
cmcgee1024 b069948
Customize swiftly home and toolchain locations for macOS
cmcgee1024 10a7615
Correct prep script for macOS
cmcgee1024 fce8601
Remove pre-emptive mkdir, allowing pkgutil to create the bootstrap di…
cmcgee1024 b7c8b1e
Customize the swiftly toolchains directory
cmcgee1024 86ddcbc
Remove errant else from preparation script
cmcgee1024 351a2df
prep script fix
cmcgee1024 950fe43
Build release check for macOS
cmcgee1024 9e64edc
Add macOS nightly smoke test and release workflow
cmcgee1024 7c6d3d4
Fix YAML duplicate keys
cmcgee1024 5de9c9a
Fix the artifact upload
cmcgee1024 c92441c
Fix the artifact name for test-swiftly
cmcgee1024 8abccba
Use the built-in swiftly on macOS builders
cmcgee1024 be9ccb8
Revert "Use the built-in swiftly on macOS builders"
cmcgee1024 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 there reason for not using the github-workflow yml file here?
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.
It's mainly so that we can use the
.swift-version
file to control what toolchain to install and use. For that we need swiftly to be installed so that it can fetch and install the toolchain for us.For other jobs that verify swiftly installs on a fresh system there needs to be no trace of swift or swiftly in those containers.