Skip to content

Commit

Permalink
Drop the rustup iron requirement (#163)
Browse files Browse the repository at this point in the history
* Drop the rustup iron requirement

* Let rust be automatically installed
  • Loading branch information
Timple authored Apr 26, 2024
1 parent 12ebc2e commit fa9397c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- name: Deps
run: |
apt update && apt install -y curl
- name: Setup Rust
uses: dtolnay/[email protected]
- uses: actions/checkout@v2
- name: rosdep
run: |
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ For information about the Design please visit [design](docs/design.md) page.

## Setup

Install latest rustc via `rustup` if building on Ubuntu Jammy.
Skip this step if building on Ubuntu Noble as `cargo` and `rustc` will be
installed via `rosdep`.
```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup install 1.75.0
```

Build `rmw_zenoh_cpp`

```bash
Expand Down

0 comments on commit fa9397c

Please sign in to comment.