tursodatabase/turso

Vendor or cache dist dependency instead of downloading it all the time

Open

#6,288 opened on Apr 7, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (1,001 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (19,103 stars)
PR merge metrics
 (Avg merge 2d 11h) (147 merged PRs in 30d)

Description

In the Github actions workflow, we keep downloading the dist tool all the time, which often results in network timeouts. Let's vendor or cache the dependency instead.

Contributor guide