From 6f2c288f81abcaffb5381fd868b5ef82f00c4816 Mon Sep 17 00:00:00 2001 From: namilsk Date: Tue, 6 Jan 2026 16:46:44 +0100 Subject: =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82=D1=8C=20.woo?= =?UTF-8?q?dpecker.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yaml | 7 +++---- 1 file 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 -- cgit v1.2.3