aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg-base/tcwg-host/start.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/tcwg-base/tcwg-host/start.sh b/tcwg-base/tcwg-host/start.sh
index d86e8c2b..96095def 100755
--- a/tcwg-base/tcwg-host/start.sh
+++ b/tcwg-base/tcwg-host/start.sh
@@ -96,18 +96,6 @@ case "$(uname -m):$($DOCKER --version | cut -d" " -f3)" in
# need the bridge network, so we choose (1).
workaround="--privileged"
;;
- aarch64:[0-9].*|\
- aarch64:1[0-9].*|\
- aarch64:2[0123].*)
- # On aarch64 servers (which we generally use both in aarch64
- # and aarch32 modes), we require a recent-enough docker.
- # Docker from Ubuntu 20.04 had problems with some syscalls in
- # aarch32 mode, leading to wrong regression reports when
- # running glibc tests in aarch32 mode. (version 24.0.5 from
- # Ubuntu 22.04.3 is OK)
- echo "ERROR: Docker too old: $($DOCKER --version). Upgrade to 24.0.5+"
- exit 1
- ;;
esac
# Since we're starting a host container, take the opportunity to ensure that GDB