-
Notifications
You must be signed in to change notification settings - Fork 105
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
Build failure on Arch Linux (could not find abi
in rustc_target
)
#3885
Comments
From your build steps I understand that you will always build against the latest nightly toolchain? If so you'll have to bear with us until we have addressed #3884. |
We recommend that instead you use our release of 0.59, which has a |
I took at look at your linked build steps, and I'm curious about lines 37-38:
Why are you removing the |
I think the initial reasoning for that was keeping the package reproducible, but I now fail to see how that would work. So bringing the Thanks for the tips on building, I'll keep an eye on the build-from-source docs in case anything changes in the future! Closing 🥂 |
Hello, the maintainer of
kani
package here 👋🏼I'm getting the following error(s) while building
0.59.0
in a clean Arch Linux chroot:Logs
The nightly version is the following:
The build steps can be found at here. (It's simply
cargo build
after checking out the submodules).Any idea why this is happening?
The text was updated successfully, but these errors were encountered: