[vlc-commits] [Git][videolan/vlc][master] CI: android: use last version of libvlcjni build script

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Jul 11 04:29:28 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
307fbf63 by Thomas Guillem at 2023-07-11T03:37:48+00:00
CI: android: use last version of libvlcjni build script

No real functional changes but the script was modified to allow building
VLC from the libvlcjni, so make sure the last version still work with
the VLC CI (tested only locally).

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -549,7 +549,7 @@ tvos-arm64:
         name: $VLC_ANDROID_IMAGE
     script: |
         git clone https://code.videolan.org/videolan/libvlcjni.git
-        (cd libvlcjni && git checkout 510543b6e0ae9a5223041b0049da720a6033d00c)
+        (cd libvlcjni && git checkout aa63288b6bb5c52dfacbdec95104cd4c86c7e9c2)
         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/307fbf6378f3b9ec6aa9d8392bdfe523ada1be4c

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/307fbf6378f3b9ec6aa9d8392bdfe523ada1be4c
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