omnibor / omnibor-rs

Reproducible identifiers & fine-grained build dependency tracking for software artifacts.
https://omnibor.io
Apache License 2.0
19 stars 9 forks source link

chore(omnibor): Teach `cargo-dist` to build CLI #170

Closed alilleybrinker closed 8 months ago

alilleybrinker commented 8 months ago

This commit updates the omnibor package's configuration for cargo-dist to specifically tell it to build the OmniBOR CLI using the "build-binary" feature which it requires.

Huge thanks to @gankra for the guidance on how to do this!

Signed-off-by: Andrew Lilley Brinker alilleybrinker@gmail.com