Skip to content

Commit

Permalink
README: Add more Rust vendoring examples (using different approaches)
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Sep 17, 2024
1 parent 149b433 commit 8cde2e6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,9 +620,13 @@ RULE: packages will be used to build).
RULE: - The tooling to get a Cargo.lock that will include internal vendored
RULE: dependencies is described at:
RULE: https://github.com/canonical/ubuntu-mir/blob/main/vendoring/Rust.md
RULE: - An example of how Rust dependencies are vendored for gnome-snapshot
RULE can be found here:
RULE https://salsa.debian.org/ubuntu-dev-team/snapshot/-/blob/ubuntu/latest/debian/README.source
RULE: - Examples of how Rust dependencies can be vendored are
RULE: * authd:

Check failure on line 624 in README.md

View workflow job for this annotation

GitHub Actions / Check Spelling

`authd` is not a recognized word. (unrecognized-spelling)
RULE: https://github.com/ubuntu/authd/blob/main/debian/rules
RULE: * gnome-snapshot:
RULE: https://salsa.debian.org/ubuntu-dev-team/snapshot/-/blob/ubuntu/latest/debian/README.source
RULE: * s390-tools:
RULE: https://git.launchpad.net/ubuntu/+source/s390-tools/tree/debian/rules
RULE: - All vendored dependencies (no matter what language) shall have a
RULE: way to be refreshed
Expand Down

0 comments on commit 8cde2e6

Please sign in to comment.