You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Jason Ish 6d74656bef rust: respect RUSTC and CARGO env vars like CC
To support alternative cargo and rustc programs (such as cargo-1.82),
respect CARGO and RUSTC environment variables during ./configure much
like CC.

RUSTFMT is also respected as that is required for the tests, and Cargo
can't figure this out like it can for rustc (perhaps a bug in the
packaging).

For cbindgen, we have also have to make sure the cargo environment
variable is set for each invocation.

To build with Ubuntu's Rust 1.82 packaging:

  CARGO=cargo-1.82 RUSTC=rustc-1.82 RUSTDOC=rustdoc-1.82 \
      ./configure

Note that setting RUSTDOC is only required for commands like "make
check" to pass.

Ticket: #7877
2 months ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 2 years ago
derive rust/derive: fix clippy collapsible_match warning 6 months ago
htp htp: use transactions right get function 3 months ago
src detect/integers: support kibibyte unit 3 months ago
suricatactl rust: allow some lints in suricatactl and suricatasc 5 months ago
suricatasc datajson: introduce feature 5 months ago
sys version: start development towards 8.0.1 4 months ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 2 years ago
Cargo.lock.in rust: update tracing-subscriber 2 months ago
Cargo.toml.in rust: pin time crate to 0.3.41 2 months ago
Makefile.am rust: respect RUSTC and CARGO env vars like CC 2 months ago
cbindgen.toml rust: remove unnecessary cbindgen exclusions 5 months ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 2 years ago