We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0a8b2 commit 72c66f2Copy full SHA for 72c66f2
.devcontainer/rust/Dockerfile
@@ -47,6 +47,4 @@ RUN update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-14 20 \
47
ENV BINSTALL_DISABLE_TELEMETRY=true
48
# Install additional rust tools
49
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" \
50
- && cargo-binstall -y --locked [email protected] [email protected] [email protected] \
51
- # cargo-binstall can't (yet) install probe-rs-tools for aarch64, fall-back to script installation
52
- && wget -qO - https://github.com/probe-rs/probe-rs/releases/download/v0.26.0/probe-rs-tools-installer.sh | sh
+ && cargo-binstall -y --locked [email protected] [email protected] [email protected] [email protected]
0 commit comments