Skip to content
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: Always update images for builds #567

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions squeak/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ squeak::download_trunk_image() {
}

################################################################################
# Ensure Metacello is installed and image is up-to-date.
# Ensure the image is up-to-date.
################################################################################
squeak::prepare_image() {
local status=0
Expand Down 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