From 664cfca333b49b9d5252350efed42c5d1cc0bc48 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Mon, 26 Nov 2018 15:36:02 +0100 Subject: gitlab-CI: Enable arm64 test target Our gitlab no supports binfmt-misc running of forgein binaries: https://gitlab.freedesktop.org/freedesktop/freedesktop/issues/91 Only thing missing is that we also need to install qemu-user-static, since binfmt-misc wants to run that binary from our namespace. Big kudos to Daniel for setting this up. Example run on my stuff branch: https://gitlab.freedesktop.org/danvet/igt-gpu-tools/-/jobs/50307 Cc: Daniel Stone Reviewed-by: Sean Paul Signed-off-by: Daniel Vetter --- Dockerfile.debian-arm64 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Dockerfile.debian-arm64') diff --git a/Dockerfile.debian-arm64 b/Dockerfile.debian-arm64 index 20c2e8b3..e4905a22 100644 --- a/Dockerfile.debian-arm64 +++ b/Dockerfile.debian-arm64 @@ -35,7 +35,8 @@ RUN apt-get install -y \ RUN apt-get install -t stretch-backports -y \ meson \ libdrm-dev:arm64 \ - qemu-user + qemu-user \ + qemu-user-static # autotools build deps RUN apt-get install -y \ -- cgit v1.2.3