-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add CBMC proof-running GitHub Action #137
Conversation
5e6a762
to
f009a08
Compare
f009a08
to
4afcd3a
Compare
test/cbmc/proofs/run-cbmc-proofs.py
Outdated
if proc.returncode: | ||
logging.critical("Could not add tool version printing job") | ||
sys.exit(1) | ||
#def add_tool_version_job(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this code commented out? Should it be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Archit, I'm planning on re-enabling this for all repositories (not all of them currently have it), but in a separate PR. Is that OK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is fine; in that case would be best for this PR to remove the commented out code, and can add it back in the other PR when ready
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, done. Thank you
This commit adds a GitHub Action that runs the CBMC proofs in this repository upon pushes and pull requests
4afcd3a
to
0986ef6
Compare
This commit adds a GitHub Action that runs the CBMC proofs upon every push and pull request. This is intended to replace the current CBMC CI.