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

Please release upgraded Squeak Trunk images to resolve conflict in update stream #616

Closed LinqLover closed 9 months ago

LinqLover commented 9 months ago

I updated the Squeak Trunk images for smalltalkCI because they could not update any longer. The reason was that an empty system category (Etoys-Squeakland-Network-MIME) in the images (at least in the 64-bit one) had been removed, causing a Monticello conflict when updating the image. Since we could not reproduce the issue in other old images, we suspect that this clean-up had been performed by accident during the manual preparation of the previous images.

I created the new images using the same script that was used for the previous ones:

PreferenceWizardMorph allInstancesDo: [:ea | ea abandon].
"Ensure Metacello is loaded."
Metacello new.
"Ensure Tonel is loaded."
[ (Smalltalk classNamed: #MCTonelMissing) signal ] valueSupplyingAnswer: true.
"Clean up and save the image."
ReleaseBuilder deleteAllWindows.
Smalltalk garbageCollect.
Smalltalk condenseChanges.
Smalltalk snapshot: true andQuit: true.

@fniephaus Please excuse the redundant message, Marcel said you no longer seem to have access to our Slack. :-)

fniephaus commented 9 months ago

Done, see v3.0.4