From f7cb6f0bfa626405310712310035ac7ee8bae351 Mon Sep 17 00:00:00 2001 From: Max Leske Date: Sun, 12 May 2024 08:35:50 +0200 Subject: [PATCH] wip: debug squeak build timeout --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index caf45d02..40ac4b4f 100755 --- a/run.sh +++ b/run.sh @@ -4,6 +4,7 @@ set -o errexit set -o errtrace set -o pipefail set -o nounset +set -x readonly BINTRAY_API="https://api.bintray.com/content" readonly DEFAULT_STON_CONFIG="smalltalk.ston"