You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would make more sense if you'd title this "also allow running on github builders".
a project should be able to chose its infra as the project seems fit, and should be free to use the platforms' features as they seem fit.
(they should also document how to get it to a ci-buildable/forkable state to avoid shooting their own leg)
it sucks as much as it is that the build instructions boil down to 'disect the github ci files'
Is your feature request related to a problem?
The GitHub actions use a self-hosted builder which makes forking the repository harder.
Describe the solution you'd like
You could run the build-steps on GitHub runners in a virtual machine.
Our implementation is here: https://github.com/toitlang/esptool/blob/b2d74c9958b1e6e858b655fbc1b6e28d3b3ca9be/.github/workflows/build.yml
The biggest disadvantage is that the building is much slower.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: