]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
travis: update rust to 1.29.1, add auto & disabled tests
authorVictor Julien <victor@inliniac.net>
Mon, 8 Oct 2018 18:56:54 +0000 (20:56 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 8 Oct 2018 18:56:54 +0000 (20:56 +0200)
.travis.yml

index 076c812fa5042713c48c9e4d080c7e74358d6fcf..e15edd686af6fdd490dc008ff6bf3132249daed7 100644 (file)
@@ -84,15 +84,37 @@ matrix:
         - ARGS="--enable-rust --enable-rust-strict"
         - DO_CHECK_SETUP_SCRIPTS="yes"
         - DO_DISTCHECK="yes"
+    # Linux, gcc, Rust (auto detect).
+    # - Rust 1.29.1, the latest known working version.
+    - os: linux
+      compiler: gcc
+      env:
+        - NAME="linux,gcc,rust-1.29.1-disabled"
+        - *default-cflags
+        - ENABLE_RUST="yes"
+        - RUST_VERSION="1.29.1"
+        - ARGS="--disable-rust"
+        - DO_DISTCHECK="yes"
+    # Linux, gcc, Rust (auto detect).
+    # - Rust 1.29.1, the latest known working version.
+    - os: linux
+      compiler: gcc
+      env:
+        - NAME="linux,gcc,rust-1.29.1-auto"
+        - *default-cflags
+        - ENABLE_RUST="yes"
+        - RUST_VERSION="1.29.1"
+        - ARGS=""
+        - DO_DISTCHECK="yes"
     # Linux, gcc, Rust.
-    # - Rust 1.23.0, the latest known working version.
+    # - Rust 1.29.1, the latest known working version.
     - os: linux
       compiler: gcc
       env:
-        - NAME="linux,gcc,rust-1.23.0"
+        - NAME="linux,gcc,rust-1.29.1"
         - *default-cflags
         - ENABLE_RUST="yes"
-        - RUST_VERSION="1.23.0"
+        - RUST_VERSION="1.29.1"
         - ARGS="--enable-rust --enable-rust-strict"
         - DO_DISTCHECK="yes"
     # Linux, gcc, Rust (1.21.0 - oldest supported).