]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
appveyor: pin cbindgen to 0.14.1
authorJason Ish <jason.ish@oisf.net>
Fri, 1 May 2020 05:10:39 +0000 (23:10 -0600)
committerJason Ish <jason.ish@oisf.net>
Fri, 1 May 2020 05:10:39 +0000 (23:10 -0600)
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.

appveyor.yml

index cc5b52921d3ef3ae7e9d0f050cf2db5f2479b6d3..b05b27b4b3fc30eb262f994901f376530cfd8dd1 100644 (file)
@@ -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