From: Jason Ish Date: Tue, 24 Oct 2017 14:25:59 +0000 (-0600) Subject: travis: rust 1.21.0 build X-Git-Tag: suricata-4.0.2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=303238586c29eb58eaedf034bef72ff858dd89dd;p=thirdparty%2Fsuricata.git travis: rust 1.21.0 build --- diff --git a/.travis.yml b/.travis.yml index d75b60bd93..7c33236ca8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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