rust: don't suppress vendor output

There appears to be some errors happening in CI and this may be hiding
the source of the error.
pull/8635/head
Jason Ish 3 years ago committed by Victor Julien
parent 6f14aed0e6
commit 60e67db452

@ -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)

Loading…
Cancel
Save