#47 rust2rpm doesn't properly detect library in rustdoc-stripper
Closed: Fixed 6 years ago Opened 6 years ago by ignatenkobrain.

https://crates.io/crates/rustdoc-stripper

has

[lib]
crate-type = ["dylib", "rlib"]
name = "stripper_lib"

But rust2rpm generates subpackage only for binary.


Umm, isn't this by design? We don't build libraries that don't export a C ABI currently...

@ngompa but we still can package that thing as source, can't we?

Metadata Update from @ignatenkobrain:
- Issue assigned to jistone

6 years ago

Sure we can, of course. But what would that look like that would be different from how we do now?

Login to comment on this ticket.

Metadata