zephyrproject-rtos/west

Investigate git clone --reference[-if-able] when using --path-cache/--name-cache

Open

#625 aperta il 13 feb 2023

Vedi su GitHub
 (8 commenti) (0 reazioni) (0 assegnatari)Python (157 fork)auto 404
help wantedperformance

Metriche repository

Star
 (350 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

In general, investigate and benchmark using .git/objects/info/alternates to point to the cache repository instead of cloning the cache repository. This may be faster when the clone has to cross a file system boundary, which is frequently the case when --path-cache and --name-cache are used in CI environments.

Reference to Discord discussion:

https://discordapp.com/channels/720317445772017664/906521547672522752/1074769891850211398

Guida contributor