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

Add support for dev setup on Ubuntu 24.04 #3728

Closed
rafaelsamenezes opened this issue Nov 19, 2024 · 2 comments · Fixed by #3758
Closed

Add support for dev setup on Ubuntu 24.04 #3728

rafaelsamenezes opened this issue Nov 19, 2024 · 2 comments · Fixed by #3758
Labels
[C] Bug This is a bug. Something isn't working. T-User Tag user issues / requests

Comments

@rafaelsamenezes
Copy link

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.

@rafaelsamenezes rafaelsamenezes added the [C] Bug This is a bug. Something isn't working. label Nov 19, 2024
@celinval
Copy link
Contributor

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.

@celinval celinval added the T-User Tag user issues / requests label Nov 20, 2024
@celinval celinval changed the title install-cbmc.sh is broken for Ubuntu 24.04 Add support for dev setup on Ubuntu 24.04 Nov 20, 2024
@tautschnig
Copy link
Member

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.

tautschnig added a commit to tautschnig/kani that referenced this issue Dec 5, 2024
…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
github-merge-queue bot pushed a commit that referenced this issue Dec 5, 2024
…24.04 (#3758)

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: #3728

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C] Bug This is a bug. Something isn't working. T-User Tag user issues / requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants