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

Update lineup for GemStone and fix Issue #613 #640

Closed dalehenrich closed 3 months ago

dalehenrich commented 3 months ago

Fix for issue #613. Versions older than GemStone 3.7.1 will not run on macos-latest (14.x), adjust the lineup with expected failures and add 3.7.1.

My CI run failed, however the failure was a Squeak32-4.5 job timing out so I don't think my changes impacted the Squeak32 job.

theseion commented 3 months ago

I don't understand what's happening with the Squeak build there. I'll push a debug commit to your branch later today to inspect the script output.

theseion commented 3 months ago

Looks like the VM process is started but the image doesn't produce any output. I can't really debug this because I don't have a machine that can run 32 bit images.

I don's see any changes between the last successful run and these failing ones (same runner image version, same VM, etc.).

@fniephaus?

theseion commented 3 months ago

Well, I guess that's good enough :)

theseion commented 3 months ago

@fniephaus I can't merge, possibly because I've pushed to this branch.

fniephaus commented 3 months ago

No problem, I just merged it. Thanks!