commaai / agnos-builder

Build AGNOS, the operating system for your comma 3/3X
33 stars 54 forks source link

Use ccache to speed up compilation #342

Closed robin-reckmann closed 3 weeks ago

robin-reckmann commented 1 month ago

Enable ccache for compilation. This should speed up the overall build by ~50%. The cache is stored in individual docker cache mounts per package, which are concurrently accessible by different runners.