metatypedev / ghjk

ghjk is a programmable runtime manager and an attempt at a successor for asdf.
Mozilla Public License 2.0
7 stars 0 forks source link

Proxy cache for testing #66

Open Yohe-Am opened 4 months ago

Yohe-Am commented 4 months ago

While on the nightly CI, we'll want to make sure any URLs are valid, for PR CI runs and local dev specially, using a proxy with caching can improve the test cycle by avoiding expensive downloads.

Deno has a proxy system in place that should be a great fit. Investigate env var based proxy enablement for curl and wget and other common http clients so that ports that use those programs to download will be covered as well.

Originally posted by @zifeo in https://github.com/metatypedev/ghjk/issues/21#issuecomment-1866552871

linear[bot] commented 4 months ago

MET-507 Proxy cache for testing