TriForceX / MiyooCFW

Custom firmware source code and resources for BittBoy, PocketGo, PowKiddy V90-Q90-Q20 and third party handheld consoles
GNU General Public License v2.0
1.11k stars 112 forks source link

buildroot reusable workflow #354

Closed nfriedly closed 2 years ago

nfriedly commented 2 years ago

I switched buildroot's CI config to being a reusable workflow and also enabled caching of the output when it's run as a submodule with the reusable workflow. This means that it can skip the actual build and just reuse the cached one most of the time, moving the total time for the job down under a minute!

I'm probably going to do the same thing for the kernel next, and then our typical build time should be down to just a couple of minutes.

TriForceX commented 2 years ago

amazing!