Skip to content

Commit

Permalink
Install cargo via rosdep
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed Nov 20, 2024
1 parent ad609b7 commit 6cc59f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/nexus_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
- name: Install deps for Rust
run: |
apt update && apt install -y git curl libclang-dev
- name: Setup Rust for nexus_zenoh_bridge
uses: dtolnay/rust-toolchain@1.75
with:
components: clippy, rustfmt
- uses: actions/checkout@v2
- uses: actions/cache@v3
with:
Expand Down
7 changes: 1 addition & 6 deletions nexus_zenoh_bridge_dds_vendor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_vendor_package</buildtool_depend>

<!-- Installing cargo via rosdep will install the v1.66 on most target platforms.
However most dependencies require newer versions of cargo and rustc.
Hence for now, we will install the latest version manually.
TODO: Consider adding this dep back for J turtle if Ubuntu 24.04 has the newer
cargo and rustc pkgs. -->
<!-- <build_depend>cargo</build_depend> -->
<build_depend>cargo</build_depend>
<build_depend>clang</build_depend>

<export>
Expand Down

0 comments on commit 6cc59f3

Please sign in to comment.