Install llvm-tools-preview
The regular llvm-tools seems to be missing. Weird, it existed yesterday.
This commit is contained in:
parent
3a0c034c8b
commit
e0346a8cc0
|
@ -9,8 +9,8 @@ RUN apk add --no-cache rustup build-base pkgconfig openssl-dev \
|
||||||
|
|
||||||
ENV PATH=/root/.cargo/bin:$PATH
|
ENV PATH=/root/.cargo/bin:$PATH
|
||||||
|
|
||||||
# Install cargo llvm-cov and llvm-tools
|
# Install cargo llvm-cov and llvm-tools-preview
|
||||||
RUN rustup component add llvm-tools \
|
RUN rustup component add llvm-tools-preview \
|
||||||
&& cargo install cargo-llvm-cov
|
&& cargo install cargo-llvm-cov
|
||||||
|
|
||||||
# Install cargo-audit
|
# Install cargo-audit
|
||||||
|
|
Loading…
Reference in a new issue