Skip to content

Commit fa64bb4

Browse files
committed
squeak: always update images for builds
Also older Squeak images can (and sometimes will) receive updates. Resolves hpi-swa#560.
1 parent 1a36b69 commit fa64bb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

squeak/run.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,9 +378,7 @@ run_build() {
378378
if ! vm_is_user_provided; then
379379
squeak::prepare_vm
380380
fi
381-
if is_trunk_build || image_is_user_provided; then
382-
squeak::prepare_image
383-
fi
381+
squeak::prepare_image
384382
if ston_includes_loading; then
385383
squeak::load_project
386384
check_and_consume_build_status_file

0 commit comments

Comments
 (0)