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

GemStone github action runs fail on mac-os for 3.7.0 #613

Closed dalehenrich closed 3 months ago

dalehenrich commented 10 months ago

The error in log is:

Fatal error in native code generation, offset from code memory to libgcilnk.so exceeds 32bits

This is because the github vms that run the mac-os instances are not set up correctly for 3.7.0 native code .

Solution is to disable native code generation when running 3.7.0 on mac ...

I am planning to update the smalltalkCI gemstone support relatively soonish and will make the necessary changes at that time.

dalehenrich commented 3 months ago

In 3.7.1 we do not attempt to generate native code by default, so the issue is now resolved ... pending PR...