Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rustup dependency to rosdep base.yaml #44640

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions rosdep/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8487,6 +8487,15 @@
opensuse: [rust]
rhel: [rust]
ubuntu: [rustc]
rustup:
alpine: [rustup]
arch: [rustup]
debian: [rustup]

Check failure on line 8493 in rosdep/base.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Package 'rustup' could not be found for debian bookworm on amd64
fedora: [rustup]
gentoo: [dev-util/rustup]
nixos: [rustup]
opensuse: [rustup]

Check failure on line 8497 in rosdep/base.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Package 'rustup' could not be found for opensuse 15.2 on x86_64
ubuntu: [rustup]

Check failure on line 8498 in rosdep/base.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Package 'rustup' could not be found for ubuntu focal on amd64

Check failure on line 8498 in rosdep/base.yaml

View workflow job for this annotation

GitHub Actions / rosdistro / rosdep checks (3.8)

Package 'rustup' could not be found for ubuntu jammy on amd64
sbcl:
alpine: [sbcl]
arch: [sbcl]
Expand Down
Loading