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/.github/workflows
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
5 months ago
..
dpdk
live qa: fix suricatasc path 11 months ago
authors-done.yml
authors.yml github-actions: bump actions/checkout from 4 to 5 5 months ago
builds.yml rust: respect RUSTC and CARGO env vars like CC 5 months ago
cifuzz.yml ci: do not run workflows for etc/schema.json 7 months ago
codeql.yml github-actions: bump actions/checkout from 4 to 5 5 months ago
codeqlpy.yml github-actions: bump actions/checkout from 4 to 5 5 months ago
commits.yml github-actions: bump actions/checkout from 4 to 5 5 months ago
docs.yml github-actions: bump actions/download-artifact from 4.3.0 to 5.0.0 5 months ago
formatting.yml github-actions: bump actions/checkout from 4 to 5 5 months ago
nix.yml github-actions: bump actions/checkout from 4 to 5 5 months ago
prepare-deps.yml github-actions: bump actions/checkout from 4 to 5 5 months ago
rust-checks.yml github-actions: bump actions/checkout from 4 to 5 5 months ago
rust.yml github-actions: bump actions/checkout from 4 to 5 5 months ago
scan-build.yml github-actions: bump actions/checkout from 4 to 5 5 months ago
scorecards-analysis.yml github-actions: bump actions/checkout from 4 to 5 5 months ago