genealogos
genealogos copied to clipboard
cargo-dist is broken
Describe the bug
cargo-dist uses a cargo build
command under the hood. However, given an issue in cargo, cargo build
is broken in our repository.
Instead, we use cargo hack build
to perform a build of all packages.
Ideally, cargo-dist
would be able to use cargo-hack
directly.
To Reproduce
Run: cargo dist build
.