hpi-swa / smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.
MIT License
94 stars 68 forks source link

Cannot build Pharo32-9.0 image #592

Open jnahas55 opened 1 year ago

jnahas55 commented 1 year ago

Hi team, when trying to build with GHA projects for smalltalk version Pharo32-9.0 I constantly get the following message:

Error: 2023-04-12 15:58:29.000 checkImageVersionFrom (Replacement/generated/64/vm/src/gcc3x-cointerp.c:62402):Invalid image format: detected version 6521, expected version 68021

I'm attaching the complete log for reference. Is this a known-issue or something I would need to update in my build file?

Thanks in advance!

fniephaus commented 1 year ago

Hi @jnahas55, I can't find the complete log. Could you maybe share a link to a GitHub build so that we can take a look what's going on? A Pharo32-stable build seems to work. Also, are you sure that you really need to test with a 32bit image these days?