Mesa (main): ci/android: Update to building for SDK 29 by default.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 2 03:46:02 UTC 2021


Module: Mesa
Branch: main
Commit: 148723ce6415b7398fc6834c472b05fa036d3254
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=148723ce6415b7398fc6834c472b05fa036d3254

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Apr 21 14:00:34 2021 -0700

ci/android: Update to building for SDK 29 by default.

This will get us build coverage of a bunch of Vulkan features, plus the
ELF TLS support.

Reviewed-by: Roman Stratiienko <r.stratiienko at gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10389>

---

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e652d1ba47..74279de37c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -800,7 +800,7 @@ meson-android:
     EXTRA_OPTION: >
       -D android-stub=true
       -D llvm=disabled
-      -D platform-sdk-version=26
+      -D platform-sdk-version=29
       -D valgrind=false
     GALLIUM_ST: >
       -D dri3=disabled



More information about the mesa-commit mailing list