-
Notifications
You must be signed in to change notification settings - Fork 339
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
Failure on Ubuntu 24.04 #2701
Comments
Hi @kleisauke, thanks for reaching out. The system requirements might be out of date at the moment, I would expect analysis to indeed work on 24.04. We did indeed have C/C++ autobuild not working to its full potential in 2.20.0 but as you noticed that was fixed with 2.20.1. I will have a look. What I also find surprising is that the final error message in the analyze step mentions that CodeQL wasn't able to build any of the code, even though the |
Hmm, seems like for some reason the tracer gave up on tracing the build (there's a bunch of |
If it helps, here's another project experiencing similar symptoms: Additionally, I noticed that the
Thanks for clarifying! Good to know that CodeQL ought to work on Ubuntu 24.04. |
The default CodeQL setup in the libvips repository appears to fail after the after the
ubuntu-latest
image was migrated to Ubuntu 24.04. For example, compare the following runs:https://github.com/libvips/libvips/actions/runs/12577488911/job/35054987879#step:1:4
versus:
https://github.com/libvips/libvips/actions/runs/12683554993/job/35350821841#step:1:4
According to CodeQL's system requirements, Ubuntu 24.04 is not (yet?) supported. I suspect this incompatibility is also the root cause of the failure, as indicated by the following error in CodeQL CLI v2.20.0:
(see: https://github.com/libvips/libvips/actions/runs/12683554993/job/35350821841#step:5:74)
This specific error message is no longer displayed in CodeQL CLI v2.20.1; however, the workflow still appears to fail. For example:
https://github.com/libvips/libvips/actions/runs/12802008925/job/35692408039#step:6:70
For additional context, I've rerun the latest failed CodeQL workflow with debugging enabled:
https://github.com/libvips/libvips/actions/runs/12802008925/job/35775146400
The text was updated successfully, but these errors were encountered: