zephyrproject-rtos / west

West, Zephyr's meta-tool
https://docs.zephyrproject.org/latest/guides/west/index.html
Apache License 2.0
215 stars 117 forks source link

Extend cache support for submodules #697

Closed karhama closed 3 months ago

karhama commented 7 months ago

This extends cache support for submodules using git --reference flag. I also tested whether reference flag could be used instead of local clone as described here: https://github.com/zephyrproject-rtos/west/issues/625 but that was slower than using local clone.