Closed BrianHenryIE closed 3 months ago
Thanks @BrianHenryIE. As you've noted, there are some problems with the swiftly install shell script with macOS. We're currently in the process of migrating the installation logic of the shell script into swiftly itself, which should resolve this problem, and a few others. See #127 for more details.
Sounds good. I've nothing to report about the tool itself on macOS – everything is running smoothly. I've updated nightlies a couple of times with it.
Now that #127 has been merged we can probably close this
Fix #136
Currently, on macOS, no
config.json
is created byswiftly-install.sh
and swiftly crashes when run.This PR creates it using the values advised in https://github.com/swiftlang/swiftly/pull/121#issuecomment-2182924205
The
platform
.architecture
key has to be explicitly absent, i.e. not even an empty string, for the correct URLs to be generated.Edit: