Open floitsch opened 4 months ago
Hi @floitsch, thanks for the request and pointers to your implementation!
I agree forking the repo should be easier. We will look into this!
I just noticed that the linked build.yml script had an LGPL license. This is now changed to BSD-0: https://github.com/toitlang/esptool/blob/b2d74c9958b1e6e858b655fbc1b6e28d3b3ca9be/.github/workflows/build.yml
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