-
Notifications
You must be signed in to change notification settings - Fork 29
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
macOS swiftly-install.sh
does not create config.json
#136
Comments
We haven't released a macOS version of swiftly yet. |
Yeah, I'm testing the changes that have been merged to
|
The plan is for a lot of the swiftly-install script to be moved inside of swiftly. The current state of the script is not Mac friendly. |
Brief thread on Slack, FYI: https://swift-open-source.slack.com/archives/C078M3HTMEU/p1720899355984949, basically just saying I want to test this. I still have more use-testing to do to be 100% sure, but I think if my two PRs are merged, then macOS support is ready for a release. I agree 100% that it's preferable to eliminate Let me know if there's an expectation of automated tests – I said elsewhere that hopefully it's a matter of adding a macOS target for testing rather than writing new tests. The two "suggestion" issues I've opened probably would want tests when I write PRs. |
swiftly/install/swiftly-install.sh
Lines 489 to 503 in bcfd843
swiftly/install/swiftly-install.sh
Lines 657 to 659 in bcfd843
Removing the conditionals allows
swiftly
to run, but the config is mostly empty:And installing doesn't work:
The text was updated successfully, but these errors were encountered: