diff options
| author | namilsk <alive6863@gmail.com> | 2026-01-06 16:46:44 +0100 |
|---|---|---|
| committer | namilsk <alive6863@gmail.com> | 2026-01-06 16:46:44 +0100 |
| commit | 6f2c288f81abcaffb5381fd868b5ef82f00c4816 (patch) | |
| tree | 6d1e4d187143c7cd593f618c0bae4608d5cadacd /.woodpecker.yaml | |
| parent | 58bf8a053248c81157ba64b0fe26aa19d42ee087 (diff) | |
Обновить .woodpecker.yaml
Diffstat (limited to '.woodpecker.yaml')
| -rw-r--r-- | .woodpecker.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 6f2e240..e89c972 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -1,7 +1,7 @@ # Define the sequence of steps for the CI pipeline steps: dependencies: - image: rust:1.78-bullseye + image: rust:1.91-bullseye environment: RUST_BACKTRACE: 1 CARGO_TERM_COLOR: always @@ -13,7 +13,7 @@ steps: branch: main event: [ push, pull_request ] build: - image: rust:1.78-bullseye + image: rust:1.91-bullseye environment: PKG_CONFIG_PATH: "/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig" RUST_BACKTRACE: 1 @@ -24,14 +24,13 @@ steps: branch: main event: [ push, pull_request ] clippy: - image: rust:1.78-bullseye + image: rust:1.91-bullseye environment: RUST_BACKTRACE: 1 CARGO_TERM_COLOR: always commands: - rustup component add clippy rustfmt - cargo fmt --all - - export PKG_CONFIG_PATH="/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig" - cargo clippy --jobs 2 -- -D clippy::all # -D warnings when: branch: main |
