I'm opening this issue so that we can discuss how we speed up the builds. Here are a few ideas.
Docker image containing dependencies
Clean gcc-arm-toolchain folder so it contains only needed files (my initial tests show ~600mb can shrink to ~100mb).
Use GitHub Actions caching (https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows#using-the-cache-action)
I'm opening this issue so that we can discuss how we speed up the builds. Here are a few ideas.
Docker image containing dependencies
Clean gcc-arm-toolchain folder so it contains only needed files (my initial tests show ~600mb can shrink to ~100mb).
Use GitHub Actions caching (https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows#using-the-cache-action)