zephyrproject-rtos/west

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

Open

#625 opened on Feb 13, 2023

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Python (157 forks)auto 404
help wantedperformance

Repository metrics

Stars
 (350 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide