From bf326bb94fbb1aef21dd93c85253a70cca250ef8 Mon Sep 17 00:00:00 2001
From: David Stes <55844484+cstes@users.noreply.github.com>
Date: Fri, 29 Dec 2023 20:41:12 +0100
Subject: [PATCH] stack-spur : update to 5.0.3339 (drop 32bit binaries)

---
 components/runtime/smalltalk/stack-spur/test/testrunner.sh |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/runtime/smalltalk/stack-spur/test/testrunner.sh b/components/runtime/smalltalk/stack-spur/test/testrunner.sh
index 7833d30..a4bd945 100755
--- a/components/runtime/smalltalk/stack-spur/test/testrunner.sh
+++ b/components/runtime/smalltalk/stack-spur/test/testrunner.sh
@@ -19,12 +19,13 @@
 # export SQUEAK_PLUGINS
 
 # download squeak.image to current directory
+# since december 2023 we no longer test/include 32bit binaries
 case $BITS in
- 32) $COMPONENT_DIR/inisqueak5 -32 -n > $LOGFILE 2>&1 ;;
+# 32) $COMPONENT_DIR/inisqueak5 -32 -n > $LOGFILE 2>&1 ;;
+ 32) ;;
  64) $COMPONENT_DIR/inisqueak5 -n > $LOGFILE 2>&1 ;;
   *) echo "Unknown BITS $BITS";exit 1;;
 esac
-
 
 # start squeak binary from the build dir
 $BUILD_DIR/squeak squeak.image $COMPONENT_DIR/test/testrunner.st > $LOGFILE 2>&1

--
Gitblit v1.9.3