-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[new release] goblint-cil (2.0.8) #28478
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
base: master
Are you sure you want to change the base?
Conversation
CHANGES: * Fix 32bit `Machdep` generation on 64bit host (goblint/cil#195).
Thanks! CI failures are down to: 2 FreeBSD timeouts and a Windows failure ( Would you consider adding an |
I will look into it. It would be nice to have this merged, I can open a separate PR to add the intent to goblint. |
OK thanks 👍 In CI I see
|
Hmm, no. I was surprised to see this since this should be unchanged since #28433, where it did pass. The actual problem is deep in the logs:
Looks like the Debian version update between the two PRs means that there are now new headers which contain funky builtin C types like I wouldn't want to exclude |
Makes sense to me 👍 |
Hmm, that seems to be the case indeed, looking at opam-repo-ci sources. Oddly enough, I found some packages that have tried looking for other parts of the variant string though (and also has extra brackets!): opam-repository/packages/echo/echo.0.0.5/opam Lines 16 to 19 in 5f4fdc0
opam-repository/packages/frama-c/frama-c.24.0/opam Lines 139 to 142 in 5f4fdc0
And even one which uses a formula there:
I suspect that one accidentally even works because opam-repo-ci just greps the value on the shell. |
A front-end for the C programming language that facilitates program analysis and transformation
CHANGES:
Machdep
generation on 64bit host (Separatemachdep-config.h
for each architecture goblint/cil#195).