[igt-dev] [PATCH v2 06/12] ci: Install ci-templates in arm64 container

Tomeu Vizoso tomeu.vizoso at collabora.com
Thu Mar 10 07:37:54 UTC 2022


We will need it to store artifacts in MinIO.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
---
 ci/Dockerfile.build-debian-arm64 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ci/Dockerfile.build-debian-arm64 b/ci/Dockerfile.build-debian-arm64
index cf0625ac725a..052b2a16e1f1 100644
--- a/ci/Dockerfile.build-debian-arm64
+++ b/ci/Dockerfile.build-debian-arm64
@@ -4,9 +4,11 @@ RUN apt-get update
 RUN apt-get install -y \
 			flex \
 			bison \
+			git \
 			pkg-config \
 			x11proto-dri2-dev \
 			python3-docutils \
+			python3-pip \
 			valgrind \
 			peg
 
@@ -38,3 +40,5 @@ RUN apt-get install -y \
 
 
 RUN apt-get clean
+
+RUN pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates@34f4ade99434043f88e164933f570301fd18b125
-- 
2.31.1



More information about the igt-dev mailing list