summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-02-27 09:48:46 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-02-28 17:30:48 +0000
commitdf5cd512598ebcea153ba44f36787959e1e367c8 (patch)
treecf3abe224d4ec4aae07f2deb6a3b09a288c68bef /.gitlab-ci
parentbb6b691c574ecc891528947f92be227fb6bcf872 (diff)
downloadmesa-df5cd512598ebcea153ba44f36787959e1e367c8.tar.gz
gitlab-ci: install xmllint to validate 00-mesa-defaults.conf
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/Dockerfile.ubuntu3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/Dockerfile.ubuntu b/.gitlab-ci/Dockerfile.ubuntu
index 77c15216951..d935e92768c 100644
--- a/.gitlab-ci/Dockerfile.ubuntu
+++ b/.gitlab-ci/Dockerfile.ubuntu
@@ -161,5 +161,8 @@ RUN pip3 install mako
# Use ccache to speed up builds
RUN apt-get install -y ccache
+# We need xmllint to validate the XML files in Mesa
+RUN apt-get install -y libxml2-utils
+
# Cleanup workdir
WORKDIR /