summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/container/arm_build.sh
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2020-01-30 15:53:39 -0800
committerEric Anholt <[email protected]>2020-02-06 15:18:24 -0800
commit658eb691fc4266cfcb6d2a7eec17469f5eae10b5 (patch)
tree269c7f713edbf1f89abfe0d20e8a056d1d6263f9 /.gitlab-ci/container/arm_build.sh
parentb37922dd1ed4bbc19b69b543a83d8fdf49532a32 (diff)
ci: Bump the GLES CTS version to 3.2.6.1.
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 <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3662> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3662>
Diffstat (limited to '.gitlab-ci/container/arm_build.sh')
-rw-r--r--.gitlab-ci/container/arm_build.sh2
1 files changed, 2 insertions, 0 deletions
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