We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since Kani 0.57.0, support for OS's with older versions of glibc (e.g. 2.26) has been dropped, e.g. AL2, Ubuntu 18.04, etc.
The result is that on those OS's, Kani has to be built from source, and cannot be installed using cargo install kani-verifier.
cargo install kani-verifier
To re-enable support for those OS's, we can create a release bundle that is built on AL2.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since Kani 0.57.0, support for OS's with older versions of glibc (e.g. 2.26) has been dropped, e.g. AL2, Ubuntu 18.04, etc.
The result is that on those OS's, Kani has to be built from source, and cannot be installed using
cargo install kani-verifier
.To re-enable support for those OS's, we can create a release bundle that is built on AL2.
The text was updated successfully, but these errors were encountered: