ability to specify additional build dependency mirrors that affect any package in the full dependency tree #14292
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.
After supporting URL mirrors (#14291), an additional enhancement is to allow any project in the dependency tree to provide additional mirrors for any dependency in the entire tree.
This might look something like:
This would provide a way for a project to vendor dependencies in a git branch, or use something like git-subtrac.
The text was updated successfully, but these errors were encountered: