[Android] CI: use the same Docker image as libvlcjni for VLC 4

Steve Lhomme git at videolan.org
Wed Nov 20 06:47:53 UTC 2024


vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Sep  4 14:20:57 2024 +0200| [a117c415c1e5231bdb0cd4ed366d2ebe37c33085] | committer: Duncan McNamara

CI: use the same Docker image as libvlcjni for VLC 4

It contains the NDK 26 needed by newer libvlcjni.

> https://code.videolan.org/videolan/vlc-android/commit/a117c415c1e5231bdb0cd4ed366d2ebe37c33085
---

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

diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 8ac05d62bd..6de3b0dd0c 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -7,7 +7,7 @@ cache:
 
 variables:
   VLC_ANDROID_IMAGE_30: registry.videolan.org/vlc-debian-android-3.0:20230621085943
-  VLC_ANDROID_IMAGE_40: registry.videolan.org/vlc-debian-android:20240514145422
+  VLC_ANDROID_IMAGE_40: registry.videolan.org/vlc-debian-android:20240731083648
   VLC_WEB_BUILD_IMAGE: registry.videolan.org/videolan-alpine-node:20230523124511
   WEBSERVER_DIR: "./remoteaccess"
 



More information about the Android mailing list