From: Jason Ish Date: Fri, 1 May 2020 05:10:39 +0000 (-0600) Subject: appveyor: pin cbindgen to 0.14.1 X-Git-Tag: suricata-6.0.0-beta1~428 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c82ad8346c0afe758556077b8e0a8f84bcacc4cd;p=thirdparty%2Fsuricata.git appveyor: pin cbindgen to 0.14.1 0.14.2 breaks builds with Rust 1.34.0, which we still support. Also build cbdingen in debug mode. It builds much faster with minimal runtime performance. --- diff --git a/appveyor.yml b/appveyor.yml index cc5b52921d..b05b27b4b3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -58,7 +58,7 @@ install: build_script: - set Path=%MINGW_DIR%\bin;c:\msys64\usr\bin;%PCAP_PATH%;%Path% - - cargo install --force cbindgen + - cargo install --force --debug --version 0.14.1 cbindgen - set Path=C:\Users\appveyor\.cargo\bin;%Path% - git clone https://github.com/OISF/libhtp -b 0.5.x - bash autogen.sh