Skip to content

rustpkg fetching remote packages is broken #9193

Closed
@catamorphism

Description

@catamorphism

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions