-
-
Notifications
You must be signed in to change notification settings - Fork 4
Add support for running action on macOS #8
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
base: main
Are you sure you want to change the base?
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.