[vlc-commits] [Git][videolan/vlc][3.0.x] CI: update the 64-bit Android Docker image to use NDK29
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Jun 13 11:47:09 UTC 2026
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
02e59475 by Steve Lhomme at 2026-06-13T12:28:40+02:00
CI: update the 64-bit Android Docker image to use NDK29
This is the same image that will be used by libvlcjni [^1] and vlc-android.
And update the 32-bit image too to match what is used in libvlcjni.
[^1]: https://code.videolan.org/videolan/libvlcjni/-/merge_requests/215
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -21,8 +21,8 @@ variables:
VLC_WIN_LLVM_UCRT_IMAGE: registry.videolan.org/vlc-debian-llvm-ucrt:20251223015425
VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20200229201904
VLC_DEBIAN_QT6_IMAGE: registry.videolan.org/vlc-debian-unstable:20260121072258
- VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android-3.0:20260504124015
- VLC_ANDROID4_IMAGE: registry.videolan.org/vlc-debian-android:20250626142950
+ VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android-3.0:20260611083443
+ VLC_ANDROID4_IMAGE: registry.videolan.org/vlc-debian-android:20260611225331
VLC_FLATPAK_IMAGE: registry.videolan.org/vlc-flatpak:20260516184439
.variables-debian: &variables-debian
@@ -488,7 +488,7 @@ nightly-macos-arm64:
name: $VLC_ANDROID_IMAGE
script: |
git clone https://code.videolan.org/videolan/libvlcjni.git
- (cd libvlcjni && git checkout a3613013538860adc74eb1783473bc9405cd5028)
+ (cd libvlcjni && git checkout a2c4ae9ee0f576f0796518ad953c7f4411b9dcf5)
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
/bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh --no-jni -a $ANDROID_ARCH --with-prebuilt-contribs
else
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/02e594756c31d245974005462cc3a4bdcd12bc9a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/02e594756c31d245974005462cc3a4bdcd12bc9a
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