Closed
Description
A recent change of mine broke extern mod foo = github.com/foo/bar/blat;
, because now util::find_and_install_dependencies
(correctly) tries to find what workspace the package is in before installing it, but (incorrectly) gives up if it's not found locally. The code should be refactored so that the git fetch
step can happen before installing.
This regressed because, unfortunately, there are no automated rustpkg tests that fetch a package from a remote repository (since network connectivity was unreliable on the bots).
Metadata
Metadata
Assignees
Labels
No labels