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 b138705 commit 2aba86dCopy full SHA for 2aba86d
tools/devctr/Dockerfile.aarch64
@@ -97,6 +97,7 @@ RUN cd "$TMP_POETRY_DIR" \
97
RUN mkdir "$TMP_BUILD_DIR" \
98
&& curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain "$RUST_TOOLCHAIN" \
99
&& rustup target add aarch64-unknown-linux-musl \
100
+ && rustup component add clippy \
101
&& cd "$TMP_BUILD_DIR" \
102
&& cargo install cargo-kcov \
103
&& cargo kcov --print-install-kcov-sh | sh \
0 commit comments