-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Squeak: Specify exact Trunk image version #506
base: master
Are you sure you want to change the base?
Conversation
This works indeed: https://stackoverflow.com/a/29784820/13994294
…lloConfigurations-ct.167
Only one failure left which seems unrelated to my changes. Apart from that, the |
What happens if I request a trunk image with update level less than the one of the base image that smalltalkCI uses? We'll probably have to update trunk base images some time in the future again, so this is quite likely. I don't think we can downgrade images, or can we? |
Afaik downgrading is not possible. My current approach always uses the latest image that was released before the requested version number, see |
Trying to realize the idea I mentioned here: #471 (comment)
Usage:
smalltalkci -s "Squeak{{ 32 | 64}}-{{ version_number }}
, whereversion_number
points to a Squeak version such as19431
.Work in progress, let's see whether it works ... :-)