Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add option to disable building of statically linked binaries (#99)
Builds compile dependencies twice if binaries are built statically. Adding an option to disable static binary builds lets one build the binaries in the same cargo build as the rest of the Rust crates. This is useful when we're trying to save time building during integration tests. Signed-off-by: Niladri Halder <[email protected]>
- Loading branch information