Module run_cargo_build

Source
Expand description

Returns well-formed cargo build invocations for building crates specifically in the the hvlite repo.

Uses the generic [flowey_lib_common::run_cargo_build] helper under the hood, but fine-tunes the exposed API to the HvLite repo.

Modules§

common
Outside of a few binaries / libraries that are intimately tied to one particular architecture / platform, most things in the hvlite tree run on a common subset of supported target triples + build profiles.

Structs§

Node
(see module-level docs)
Request

Enums§

BuildProfile
CargoBuildOutput
In the HvLite repo, we use a custom step to strip debug info from linux binaries