[new release] goblint-cil (2.0.8)#28478
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. |
|
Nice digging! Indeed For Goblint we could of course cast a wider net with |
Co-authored-by: Jan Midtgaard <mail@janmidtgaard.dk>
b18d378 to
27bb43c
Compare
Co-authored-by: Jan Midtgaard <mail@janmidtgaard.dk>
Co-authored-by: Jan Midtgaard <mail@janmidtgaard.dk>
Co-authored-by: Jan Midtgaard <mail@janmidtgaard.dk>
|
Good now. The lower bounds are unrelated |
|
Thanks |
A front-end for the C programming language that facilitates program analysis and transformation
CHANGES:
Machdepgeneration on 64bit host (Separatemachdep-config.hfor each architecture goblint/cil#195).