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
Copy file name to clipboardExpand all lines: ansible/roles/rust/README.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# rust
2
2
3
-
This role installs the Rust toolchain (rustc and cargo) via apt for building Autoware components that depend on Rust (e.g. acados and tera_renderer). Rustup is not installed; the system compiler and cargo from the distribution are used.
3
+
This role installs the Rust toolchain (rustc and cargo) via [rustup](https://rustup.rs/) for building Autoware components that depend on Rust (e.g. acados and tera_renderer).
4
4
5
5
## Tools
6
6
7
-
- rustc (apt)
8
-
- cargo (apt)
7
+
- rustc
8
+
- cargo
9
9
10
10
## Inputs
11
11
@@ -15,17 +15,29 @@ This role installs the Rust toolchain (rustc and cargo) via apt for building Aut
0 commit comments