-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kani fails to compile a crate but cargo can build it #3817
Comments
Hi @lrobidou,
Would you mind sharing:
so we can try to dig into this problem? Thanks! |
Hi @carolynzech, cargo install --locked kani-verifier
cargo kani setup Here is the output of
|
Can you try disabling rust-lld?
|
Here is the output of
Same with
|
I noticed the error |
I would like to use kani, but it fails to build one of my dependencies (
needletail
), even thoughcargo build
runs fine.Step to reproduce:
However, kani fails to build:
Note: when I remove
bzip2
from the dependencies ofneedletail
, kani works fine, but I don't need to do it forcargo build
.Is there a difference in linking between
cargo build
andcargo kani
?The text was updated successfully, but these errors were encountered: