From 658eb691fc4266cfcb6d2a7eec17469f5eae10b5 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 30 Jan 2020 15:53:39 -0800 Subject: ci: Bump the GLES CTS version to 3.2.6.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This brings in the surfaceless fixes so we don't need to check out the whole repo to cherry pick any more (which was bothering me as I debugged things late in the painfully slow ARM container build process). Reviewed-by: Michel Dänzer Tested-by: Marge Bot Part-of: --- .gitlab-ci/container/arm_build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci/container/arm_build.sh') diff --git a/.gitlab-ci/container/arm_build.sh b/.gitlab-ci/container/arm_build.sh index a24d81ea972..b7f0b5942ae 100644 --- a/.gitlab-ci/container/arm_build.sh +++ b/.gitlab-ci/container/arm_build.sh @@ -41,6 +41,7 @@ apt-get -y install \ meson \ pkg-config \ python \ + python3-distutils \ python3-mako \ unzip \ wget \ @@ -69,6 +70,7 @@ DEBIAN_ARCH=arm64 . .gitlab-ci/container/lava_arm.sh DEBIAN_ARCH=armhf . .gitlab-ci/container/lava_arm.sh apt-get purge -y \ + python3-distutils \ wget apt-get autoremove -y --purge -- cgit v1.2.3