]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ci: update known rust version
authorSimon Dugas <simon.dugas@cyber.gc.ca>
Mon, 1 Feb 2021 01:58:26 +0000 (20:58 -0500)
committerVictor Julien <victor@inliniac.net>
Mon, 6 Sep 2021 09:49:00 +0000 (11:49 +0200)
Update RUST_VERSION_KNOWN to the latest stable known to succeed. Also
updates the documentation to avoid confusion around the use of this
variable.

(cherry picked from commit f629321de06043214e69a56d8259a1e781535293)

.github/workflows/builds.yml

index 736020e9f5e0dd234897b6b12d22e22c4dd2f891..21011a4fa5b53953e2f47d06f9ef2ac24fcca94a 100644 (file)
@@ -22,8 +22,10 @@ env:
   # Apt sometimes likes to ask for user input, this will prevent that.
   DEBIAN_FRONTEND: "noninteractive"
 
-  # A known good Rust version we should test against.
-  RUST_VERSION_KNOWN: "1.37.0"
+  # A recent version of stable Rust that is known to pass build, test and other
+  # verification steps in this workflow. This was added because using "stable"
+  # could cause some steps to fail.
+  RUST_VERSION_KNOWN: "1.49.0"
 
 jobs: