cloudwego / volo

Rust RPC framework with high-performance and strong-extensibility for building micro-services.
https://crates.io/crates/volo
Apache License 2.0
2.13k stars 166 forks source link

feat(volo-build): use repo revision as file lock to avoid repeated download #446

Closed Ggiggle closed 3 weeks ago

Ggiggle commented 3 weeks ago

Motivation

Download remote git repo would cost much time, so it's necessary to check for repeated downloads.

Solution

Use repo revision as file lock to avoid this.