[vlc-commits] [Git][videolan/vlc][master] CI: update the Android Docker image to use NDK29
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Jun 13 11:29:07 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
c84ef1ed by Steve Lhomme at 2026-06-13T12:57:05+02:00
CI: update the Android Docker image to use NDK29
This is the same image that will be used by libvlcjni [^1] and vlc-android.
[^1]: https://code.videolan.org/videolan/libvlcjni/-/merge_requests/214
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -26,8 +26,8 @@ variables:
VLC_WIN_LLVM_MSVCRT_IMAGE: registry.videolan.org/vlc-debian-llvm-msvcrt:20260331112916
VLC_WIN_LLVM_UCRT_IMAGE: registry.videolan.org/vlc-debian-llvm-ucrt:20260331112916
VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20260121072258
- VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20260120134731
- VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-snap:20260312133043
+ VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20260611083443
+ VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-snap:20260611225331
VLC_RASPBIAN_IMAGE: registry.videolan.org/vlc-ubuntu-raspberry:20260120134731
VLC_WASM_EMSCRIPTEN: registry.videolan.org/vlc-debian-wasm-emscripten:20260120134731
@@ -626,7 +626,7 @@ xros-arm64:
name: $VLC_ANDROID_IMAGE
script: |
git clone https://code.videolan.org/videolan/libvlcjni.git
- (cd libvlcjni && git checkout b39434016d07928498b915e4164a02a6a3f2f695)
+ (cd libvlcjni && git checkout e0a8a3df7c15b0c54e7651e2ea1623ba5f64c7ea)
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
CONTRIB_FLAGS="--with-prebuilt-contribs"
elif [ "${CI_COMMIT_BRANCH}" = "${CI_DEFAULT_BRANCH}" -a "${CI_PROJECT_PATH}" = "videolan/vlc" ]; then
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c84ef1eda4f14f8b57a5b266b51c843cf51ed28b
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c84ef1eda4f14f8b57a5b266b51c843cf51ed28b
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list