]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: use rust 1.85.0 for clippy check on templates
authorJason Ish <jason.ish@oisf.net>
Fri, 16 May 2025 00:21:06 +0000 (18:21 -0600)
committerVictor Julien <victor@inliniac.net>
Fri, 16 May 2025 04:45:28 +0000 (06:45 +0200)
Currently our CI clippy test is based on 1.85.0, but the clippy test for
the templates was using latest stable.  Unify the clippy checks to
1.85.0.

.github/workflows/builds.yml

index 8953b8e870010960a14fdd7f2d23a4b7b2361352..e27366af2c822a04c1e001d1dc968b6563d44ed4 100644 (file)
@@ -283,7 +283,7 @@ jobs:
                 sudo \
                 which \
                 zlib-devel
-      - run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y
+      - run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.85.0 -y
       - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
       - run: rustup component add rustfmt
       - run: rustup component add clippy