summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>2021-10-03 15:04:11 +0200
committerMarge Bot <emma+marge@anholt.net>2021-11-09 20:51:14 +0000
commit1b945a695a0b9de5e756366bda3e28b172f19407 (patch)
tree17d84e63448ddc6b5fdf1b1587645f247be0b778 /.gitlab-ci.yml
parentfde36d79920dee4c0ec399d44b4071d6b3f5b8c1 (diff)
ci: Bump libdrm for the android image.
Seems I bumped the tag previously but not the script. Let us do better this time. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13164>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dfcd679d1e8..360a53239c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -376,7 +376,7 @@ debian/android_build:
extends:
- .use-debian/x86_build-base
variables:
- MESA_IMAGE_TAG: &debian-android_build "2021-07-02-bump-libdrm"
+ MESA_IMAGE_TAG: &debian-android_build "2021-10-02-bump-libdrm-3"
.use-debian/android_build:
extends: