]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
travis: rust 1.21.0 build
authorJason Ish <ish@unx.ca>
Tue, 24 Oct 2017 14:25:59 +0000 (08:25 -0600)
committerVictor Julien <victor@inliniac.net>
Fri, 27 Oct 2017 08:26:55 +0000 (10:26 +0200)
.travis.yml

index d75b60bd93e6289d50bc3723d5544397813fee09..7c33236ca8f118958905884434750430312a0995 100644 (file)
@@ -66,6 +66,17 @@ matrix:
         - ENABLE_RUST="yes"
         - ARGS="--enable-rust --enable-rust-strict"
         - DO_CHECK_SETUP_SCRIPTS="yes"
+    # Linux, gcc, Rust.
+    # - Rust 1.21.0, the latest known working version.
+    - os: linux
+      compiler: gcc
+      env:
+        - NAME="linux,gcc,rust-1.21.0"
+        - *default-cflags
+        - ENABLE_RUST="yes"
+        - RUST_VERSION="1.21.0"
+        - ARGS="--enable-rust --enable-rust-strict"
+        - DO_DISTCHECK="yes"
     # Linux, gcc, Rust (1.15.0 - oldest supported).
     - os: linux
       compiler: gcc