[igt-dev] [PATCH v2 05/12] ci: Install ci-templates in Debian container

Tomeu Vizoso tomeu.vizoso at collabora.com
Thu Mar 10 07:37:53 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 | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ci/Dockerfile.build-debian b/ci/Dockerfile.build-debian
index 52d7c42d1325..b6fc4773fcff 100644
--- a/ci/Dockerfile.build-debian
+++ b/ci/Dockerfile.build-debian
@@ -16,8 +16,12 @@ RUN apt-get install -y \
 			libjson-c-dev \
 			libcurl4-openssl-dev \
 			python3-docutils \
+			python3-pip \
 			valgrind \
 			peg \
+			git \
 			libdrm-intel1
 
 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