-
Notifications
You must be signed in to change notification settings - Fork 2
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
Test rebuild requirement on Linux #80
Comments
When using just |
It's probably the best to wait for official support: |
This will probably also allow doing the same on a Linux host: https://developer.apple.com/videos/play/wwdc2024/10136/?time=457 |
The static linux sdk needs to be part of the runner image first: https://github.com/actions/runner-images/blob/main/images/ubuntu/scripts/build/install-swift.sh |
This needs to be an option. Lower cache size is probably more important than rebuilding frequency. |
Probably
lsb_release --codename
would work fine instead ofuname -v
The text was updated successfully, but these errors were encountered: