Skip to content

Commit

Permalink
squeak: always update images for builds
Browse files Browse the repository at this point in the history
Also older Squeak images can (and sometimes will) receive updates. Resolves hpi-swa#560.
  • Loading branch information
LinqLover committed Sep 11, 2022
1 parent 1a36b69 commit fa64bb4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions squeak/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa64bb4

Please sign in to comment.