You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds support for an associative array called GIT_CRATES containing any
crates that must be fetched from git rather than just cargo crates. This will
add the code to the cargo config to make sure that the locations are overridden
so cargo won't try to fetch the crates from git.
Currently it automatically handle GitHub and GitLab URIs, and will accept
arbitrary URIs.
Bug: https://bugs.gentoo.org/608396
Issue: gentoo/cargo-ebuild#33Closes: #29289
Tested-By: Georgy Yakovlev <[email protected]>
Signed-off-by: Patrick McLean <[email protected]>
Signed-off-by: Georgy Yakovlev <[email protected]>
cargo.eclass will now support GIT_CRATES
see gentoo/gentoo#29289
cargo_ebuild could pre-fill such information. or at least provide data for templating engine to fill it via template.
The text was updated successfully, but these errors were encountered: