-
Notifications
You must be signed in to change notification settings - Fork 97
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 support for dev setup on Ubuntu 24.04 #3728
Comments
That's a good point. I don't think we have dev support for Ubuntu 24.04. We need to add a setup script and a CI job. |
The CBMC-specific problem has been addressed on the CBMC side (https://github.com/diffblue/cbmc/releases/download/cbmc-6.4.1/ubuntu-24.04-cbmc-6.4.1-Linux.deb now exists with automation for Ubuntu 24.04 having been put in place), but we should still add the CI part on the Kani side. |
…24.04 We no longer need ctags and mostly don't need python anymore with the removal of cbmc-viewer. Add CI workflows for Ubuntu 24.04. Resolves: model-checking#3728
The install-cbmc.sh is supposed to get the correct .deb from Diffblue release or build one when it is not available. The issue is that the script is trying to download cbmc for ubuntu 24.04 while the available releases are for 20.04 or 22.04.
The text was updated successfully, but these errors were encountered: