[vlc-commits] [Git][videolan/vlc][3.0.x] CI: update the libvlcjni targets to support 16k aligned libc++_shared.so
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Jul 31 09:00:48 UTC 2025
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
3fb3d836 by Steve Lhomme at 2025-07-30T11:48:50+02:00
CI: update the libvlcjni targets to support 16k aligned libc++_shared.so
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -18,7 +18,8 @@ variables:
VLC_UWP_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-uwp:20211020111246
VLC_WIN_LLVM_UCRT_IMAGE: registry.videolan.org/vlc-debian-llvm-ucrt:20241111035123
VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20200229201904
- VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android-3.0:20230621085943
+ VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android-3.0:20250626142950
+ VLC_ANDROID4_IMAGE: registry.videolan.org/vlc-debian-android:20250626142950
VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-bionic:20190627090437
.variables-debian: &variables-debian
@@ -375,7 +376,7 @@ nightly-macos-arm64:
name: $VLC_ANDROID_IMAGE
script: |
git clone https://code.videolan.org/videolan/libvlcjni.git
- (cd libvlcjni && git checkout 07719e22b223fc31fa9935371d16eba311496890)
+ (cd libvlcjni && git checkout a3613013538860adc74eb1783473bc9405cd5028)
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
/bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh --no-jni -a $ANDROID_ARCH --with-prebuilt-contribs
else
@@ -388,6 +389,8 @@ android-arm:
android-arm64:
extends: .android-common
+ image:
+ name: $VLC_ANDROID4_IMAGE
variables: *variables-android-arm64
android-x86:
@@ -396,6 +399,8 @@ android-x86:
android-x86_64:
extends: .android-common
+ image:
+ name: $VLC_ANDROID4_IMAGE
variables: *variables-android-x86_64
#
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3fb3d83683b6954247848bbe05aca10967e5c8cb
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3fb3d83683b6954247848bbe05aca10967e5c8cb
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list