-
Notifications
You must be signed in to change notification settings - Fork 9
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
Re-enable CBMC on self-hosted runner #117
Comments
The CBMC run itself is quick at the moment, but as I remember the nix build takes quite some time, even though we do use the nix cache. I'd be inclined to open a PR using a medium-capacity EC2 runner for this, running it a few times to gauge the runtime and cost, and then decide if it's worth it. |
This is currently blocked on a compilation error on CBMC 6.2.0 on ubuntu-latest aarch64 machines. @rod-chapman This is still open right? |
Yes... CBMC team are looking at the build failure on Aarch64 machines... |
@rod-chapman Is this resolved with CBMC 6.3.1 (#150)? |
We're hitting resource limitations for the free Ubuntu runner which makes CBMC fail in CI. #113 disables it for now.
We need to discuss whether it's worth re-enabling it on a self-hosted (EC2) runner.
The text was updated successfully, but these errors were encountered: