build.zig dependencies: support url mirrors #14291
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
Extracted from #14265.
Note that the hash is the same regardless of which mirror URL is used.
URL mirrors are tried in succession; if one mirror fails to deliver a directory of files with a matching hash, then the next URL is tried, and so on until all the mirrors have been tried.
The text was updated successfully, but these errors were encountered: