diff options
author | Eric Engestrom <[email protected]> | 2019-09-25 20:18:27 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-10-31 17:09:59 +0000 |
commit | 9b58ab803d6f8db70fe8d5431d0c3628b8ea186b (patch) | |
tree | b2de336b33aedf5d140418ae1b5e36095f72ce68 /.gitlab-ci.yml | |
parent | c32236811d05371a152e7f2de0a9abf0b4e3fe11 (diff) |
gitlab-ci: build a recent enough version of GLVND (ie. 1.2.0)
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[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 becc1c18da6..723ccb9889a 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-10-29" + DEBIAN_TAG: "2019-10-30" DEBIAN_ARM64_TAG: "arm64v8-2019-10-23" STRETCH_TAG: "2019-09-18" DEBIAN_VERSION: buster-slim |