gitlab-ci: install xmllint to validate 00-mesa-defaults.conf
authorEric Engestrom <eric.engestrom@intel.com>
Wed, 27 Feb 2019 09:48:46 +0000 (09:48 +0000)
committerEric Engestrom <eric.engestrom@intel.com>
Thu, 28 Feb 2019 17:30:48 +0000 (17:30 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
.gitlab-ci.yml
.gitlab-ci/Dockerfile.ubuntu

index 3cb16edccd0818dffc8eca4eca53d843e6a2d20d..bdb503251ab26f6d3badd0635ea54bc1f207aa32 100644 (file)
@@ -16,7 +16,7 @@
 # The format of the tag is "%Y-%m-%d-${counter}" where ${counter} stays
 # at "01" unless you have multiple updates on the same day :)
 variables:
-  UBUNTU_TAG: 2019-02-12-01
+  UBUNTU_TAG: 2019-02-27-01
   UBUNTU_IMAGE: "$CI_REGISTRY_IMAGE/ubuntu:$UBUNTU_TAG"
   UBUNTU_IMAGE_MAIN: "registry.freedesktop.org/mesa/mesa/ubuntu:$UBUNTU_TAG"
 
index 77c15216951242a2155a3885b379998447dc0eaa..d935e92768c7443512f5022bafdf74623a3362ab 100644 (file)
@@ -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 /