Compare commits

..

No commits in common. "e0346a8cc0379278e5d3f42082ea78f7c96d5ab9" and "7a4ff2271c9dae118d3377d8b691ce03a914c540" have entirely different histories.

3 changed files with 3 additions and 11 deletions

View file

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

View file

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

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-preview
RUN rustup component add llvm-tools-preview \
# Install cargo llvm-cov and llvm-tools
RUN rustup component add llvm-tools \
&& cargo install cargo-llvm-cov
# Install cargo-audit