aboutsummaryrefslogtreecommitdiff
path: root/tcwg-base
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2023-10-26 07:27:09 +0000
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-10-26 08:40:41 +0000
commitcc6dcc2d54f17918bf8acde8d6d29ed2d651feba (patch)
tree2cbef21391c98162f12f3fe3ef9fd027c035b3db /tcwg-base
parent6628c8241b116289f8765a8dae8e89ac1ca9291f (diff)
Revert "tcwg-host: Require docker version >= 24 on aarch64"
This reverts commit dfc06ea3930e321edeb37f0483899fb02c80b6a6. Reason for revert: This makes it impossible to restart host containers Change-Id: I3fb9cd1c6cd68804f15a2c7cb5b236c0e141d773
Diffstat (limited to 'tcwg-base')
-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