Install llvm-tools-preview
ci/woodpecker/push/rsync Pipeline was successful Details
ci/woodpecker/push/rust Pipeline was successful Details
ci/woodpecker/manual/rsync Pipeline was successful Details
ci/woodpecker/manual/rust Pipeline was successful Details

The regular llvm-tools seems to be missing. Weird, it existed yesterday.
This commit is contained in:
Kaan Barmore-Genç 2022-11-25 15:33:02 -05:00
parent 3a0c034c8b
commit e0346a8cc0
Signed by: kaan
GPG Key ID: B2E280771CD62FCF
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ RUN apk add --no-cache rustup build-base pkgconfig openssl-dev \
ENV PATH=/root/.cargo/bin:$PATH
# Install cargo llvm-cov and llvm-tools
RUN rustup component add llvm-tools \
# Install cargo llvm-cov and llvm-tools-preview
RUN rustup component add llvm-tools-preview \
&& cargo install cargo-llvm-cov
# Install cargo-audit