Conversation
|
@ffried looks like there's an issue with the macOS script |
|
@0xTim It doesn't run the new script. The tests use |
|
@0xTim I've adjusted the test workflow to use |
|
Thanks for kicking off the CI again. The docs seem to be wrong with regards to the macOS paths. They mention However, regarding the linux container failures, I'm a bit at a loss. It seems to have different opinions on what is The first line is printed by Last but not least, amazon linux seems to ship with an old glibc which is why the checkout fails. I have no idea how to work around that which is why I commented the checkout action there and it's now using main again for testing. |
|
@0xTim Anything I can do to get this moving? |
Currently, running the action on macOS runners fails (the tar.gz is not found). Installing swiftly on macOS uses a pkg installer (see https://www.swift.org/install/macos/).
This is also mentioned in the "Installing Swiftly Automatically" docs.
I've adjusted the action to use the pkg installer on macOS (including running the baserunner tests on macOS), as well as using brew for installing any missing dependencies.