Compare commits

...

2 Commits

Author SHA1 Message Date
Kaan Barmore-Genç e0346a8cc0
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.
2022-11-25 15:33:02 -05:00
Kaan Barmore-Genç 3a0c034c8b
Add cron job 2022-11-25 15:31:15 -05:00
3 changed files with 11 additions and 3 deletions

View File

@ -8,4 +8,8 @@ pipeline:
platforms: linux/amd64
tag: latest
when:
event:
- push
- cron
branch: main
path: rsync/*

View File

@ -8,4 +8,8 @@ pipeline:
platforms: linux/amd64
tag: latest
when:
path: rust/*
event:
- push
- cron
branch: main
path: rsync/*

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