diff options
author | Eric Engestrom <[email protected]> | 2019-08-03 12:41:06 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-08-07 08:19:30 +0100 |
commit | c32ebfe003a36bd1ea9f664c1b4667416544a9d3 (patch) | |
tree | 891317611c3ef464b24def377e3daac1dd0f282a /.gitlab-ci.yml | |
parent | 6b8269d0bbded7a42cd2de2b50d077cf12157d15 (diff) |
gitlab-ci: add gtk3 dev files for `-D tools=intel-ui`
We also need to update wayland-protocols and libXrandr (and randrproto),
as they are too old for gdk3 (which gtk3 depends on).
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dde82bf755f..f4826f57971 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ # repository's registry will be used there as well. variables: UPSTREAM_REPO: mesa/mesa - DEBIAN_TAG: "2019-07-23" + DEBIAN_TAG: "2019-08-03" DEBIAN_VERSION: stretch-slim DEBIAN_IMAGE: "$CI_REGISTRY_IMAGE/debian/$DEBIAN_VERSION:$DEBIAN_TAG" |