From: Jason Ish Date: Sat, 8 Mar 2025 16:12:50 +0000 (+0100) Subject: github-ci: pin rust version for clippy tests X-Git-Tag: suricata-8.0.0-beta1~300 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5718d5c0fa522b4d28667114f24c8dedcf3760f4;p=thirdparty%2Fsuricata.git github-ci: pin rust version for clippy tests Prevents CI breakage after a new Rust release until we're ready to make the changes. --- diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5c05ccadb1..b06796dc03 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -29,10 +29,8 @@ jobs: autoconf \ automake \ bindgen \ - cargo \ cbindgen \ clang-devel \ - clippy \ diffutils \ numactl-devel \ dpdk-devel \ @@ -59,12 +57,11 @@ jobs: python3-devel \ python3-sphinx \ python3-yaml \ - rust \ - rustfmt \ sudo \ which \ zlib-devel - + - run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.85.0 -y + - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - run: git config --global --add safe.directory /__w/suricata/suricata - run: ./scripts/bundle.sh