--feature-powerset
crashes cargo-hack
and my terminal
#227
Labels
A-features
Area: features (--feature-powerset, --each-feature, etc.)
I'd like to adopt
cargo-hack
for testing a feature matrix of thelibp2p
facade crate, see https://github.com/libp2p/rust-libp2p.Unfortunately, I can't seem to get it to work. I've tried to following locally:
This hangs for a few seconds and then crashes my terminal (Alacritty). The
libp2p
crate does have a few features (~40). Is that a problem?If I resort to
--each-feature
, it starts compiling the crate. However, I'd like to use--at-least-one-of
and that seems to be only compatible with--feature-powerset
.Let me know how I can provide more debug information or whether you can reproduce that locally.
The text was updated successfully, but these errors were encountered: