Commit bdb0722
authored
Cache dependency downloads on Linux (#566)
In #565 we note
we're seeing rate-limiting on downloads of bzip2 — which is blocking
development here. There, we increase the exponential backoff but we need
to reduce the number of downloads to address the root cause of the
issue. @geofft suggested caching these downloads, which makes a lot of
sense for us — there's already logic to validate the file if it exists
on disk.
I'm just starting with Linux.1 parent 19bdff5 commit bdb0722
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
219 | 228 | | |
220 | 229 | | |
221 | 230 | | |
| |||
307 | 316 | | |
308 | 317 | | |
309 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
310 | 328 | | |
311 | 329 | | |
312 | 330 | | |
| |||
0 commit comments