Skip to content
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 and include kani-cov in the bundle #3641

Merged
merged 2 commits into from
Oct 25, 2024

Conversation

adpaco-aws
Copy link
Contributor

This PR adds another step to the cargo bundle command so that kani-cov is built in release mode and then included in the bundle. This will allow users to call kani-cov once Kani has been setup.

I have manually tested it works by running:

cargo bundle
tar -xzf kani-0.56.0-x86_64-unknown-linux-gnu.tar.gz
ls kani-0.56.0/bin/

This showed kani-cov along with other binaries like cbmc and kissat.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

@adpaco-aws adpaco-aws requested a review from a team as a code owner October 24, 2024 16:47
Copy link
Contributor

@zhassan-aws zhassan-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@zhassan-aws zhassan-aws added this pull request to the merge queue Oct 25, 2024
Merged via the queue into model-checking:main with commit 2402892 Oct 25, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants