Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
# 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"
# 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 /