From fa64bb412bccaa0b9c704829220541aa92bf41bc Mon Sep 17 00:00:00 2001 From: Christoph Thiede Date: Sun, 11 Sep 2022 17:51:50 +0000 Subject: [PATCH] squeak: always update images for builds Also older Squeak images can (and sometimes will) receive updates. Resolves #560. --- squeak/run.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/squeak/run.sh b/squeak/run.sh index 5bfde5f5..93019919 100755 --- a/squeak/run.sh +++ b/squeak/run.sh @@ -378,9 +378,7 @@ run_build() { if ! vm_is_user_provided; then squeak::prepare_vm fi - if is_trunk_build || image_is_user_provided; then - squeak::prepare_image - fi + squeak::prepare_image if ston_includes_loading; then squeak::load_project check_and_consume_build_status_file