]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust: don't suppress vendor output
authorJason Ish <jason.ish@oisf.net>
Wed, 22 Mar 2023 16:03:30 +0000 (10:03 -0600)
committerVictor Julien <vjulien@oisf.net>
Mon, 27 Mar 2023 19:36:55 +0000 (21:36 +0200)
There appears to be some errors happening in CI and this may be hiding
the source of the error.

rust/Makefile.am

index 6456a2a93614a4b42119a4a402f20f19c3fb2e63..2857288fefa311fdaa895f418fee2eff5fe09565 100644 (file)
@@ -77,7 +77,7 @@ check:
                $(CARGO) test --all $(RELEASE) --features "$(RUST_FEATURES)"
 
 vendor:
-       CARGO_HOME="$(CARGO_HOME)" @rustup_home@ $(CARGO) vendor > /dev/null
+       CARGO_HOME="$(CARGO_HOME)" @rustup_home@ $(CARGO) vendor
 
 if HAVE_CBINDGEN
 gen/rust-bindings.h: $(RUST_SURICATA_LIB)