Skip to content

Commit

Permalink
Upgrade Squeak trunk images to 19536
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Mar 26, 2020
1 parent 4ce006e commit 3ed4e87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions squeak/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,13 @@ squeak::download_prepared_image() {
squeak::download_trunk_image() {
local target
local download_name
local git_tag="v2.8.4" # 32bit/64bit are kept in sync
local git_tag="v2.9.2" # 32bit/64bit are kept in sync
local update_level="19536" # 32bit/64bit are kept in sync

if is_64bit; then
download_name="Squeak64-trunk.tar.gz"
download_name="Squeak64-trunk-${update_level}.tar.gz"
else
download_name="Squeak-trunk.tar.gz"
download_name="Squeak32-trunk-${update_level}.tar.gz"
fi
target="${SMALLTALK_CI_BUILD}/${download_name}"

Expand Down

0 comments on commit 3ed4e87

Please sign in to comment.