diff options
author | Eric Engestrom <[email protected]> | 2019-11-12 14:29:44 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-11-12 17:08:02 +0000 |
commit | 06347989a0e9490955bfe59c5e0011d59387c088 (patch) | |
tree | 8f90fb711f060853442fea267918ad595278500f /.gitlab-ci.yml | |
parent | 746b9380bd292ad7a44e80012e0497c2fa479441 (diff) |
gitlab-ci: build libdrm using meson instead of autotools
Autotools was deprecated for a while and has now been removed, so let's
start using meson here so that we won't have any issues next time we
update libdrm.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Michel Dänzer <[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 f3421a8358d..871975474dc 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: "amd64-2019-11-12" + DEBIAN_TAG: "amd64-2019-11-13" DEBIAN_TEST_TAG: "amd64-test-2019-11-12" DEBIAN_ARM64_TAG: "arm64v8-2019-11-06" DEBIAN_ARM64_TEST_TAG: "arm64v8-test-2019-11-12" |