Investigate whether it’s possible to configure Zephyr to fetch only the required toolchains, and explore how to properly cache them using a Docker volume.
Right now, it installs toolchains into the home folder, and what gets downloaded depends on the exact version of Zephyr specified in west.yml in the project.
The goal is to avoid duplicate downloads across projects and reduce both disk usage and startup time.
Any ideas or suggestions on how to best approach this are very welcome!