Skip to content

Commit

Permalink
chore: revert probe-rs installation refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Oct 16, 2024
1 parent 9eacb9b commit 41fea6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ RUN update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-13 20 \
ENV BINSTALL_DISABLE_TELEMETRY=true
# Install additional rust tools
RUN wget -qO - "https://github.com/cargo-bins/cargo-binstall/releases/download/v${CARGO_BINSTALL_VERSION}/cargo-binstall-$(uname -m)-unknown-linux-gnu.tgz" | tar xz -C "/usr/bin" \
&& cargo-binstall -y --locked [email protected] [email protected] [email protected] [email protected]
&& cargo-binstall -y --locked [email protected] [email protected] [email protected] \
# cargo-binstall can't (yet) install probe-rs-tools for aarch64, fall-back to script installation
&& wget -qO - https://github.com/probe-rs/probe-rs/releases/download/v0.24.0/probe-rs-tools-installer.sh | sh

0 comments on commit 41fea6b

Please sign in to comment.