-
Notifications
You must be signed in to change notification settings - Fork 513
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
Enable hosted lib generation #2365
Conversation
01ce49f just calls an API that's recently been added and isn't covered by the stale GNU libs. Once that failure is confirmed I can push the libs generated by the hosted build. |
It's not finding the |
@kennykerr That's in |
Looks like updating path via composite actions is indeed not really supported actions/runner#789. This aligns with my experience with all of GitHub's shiny new workflow tools/modularity efforts. They are so enticing on paper but when you try to actually use them... 😊 |
The lib workflow now builds and uploads the libs for all targets. This can be used to update those targets without having to build them locally.
I’ve also added a GitHub action to centralize the environment adjustments needed to get Rust to work properly with the targets inside the GitHub VMs.