Skip to content

Commit d4968d9

Browse files
committed
chore: again test probe-rs installation via cargo-binstall
1 parent 0b6cbc0 commit d4968d9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.devcontainer/rust/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,4 @@ RUN --mount=type=cache,target=/var/log,sharing=locked \
5050

5151
# Install additional rust tools
5252
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" \
53-
54-
# cargo-binstall can't (yet) install probe-rs-tools for aarch64, fall-back to script installation
55-
&& wget -qO - https://github.com/probe-rs/probe-rs/releases/download/v0.29.1/probe-rs-tools-installer.sh | sh
53+

0 commit comments

Comments
 (0)