[vlc-commits] [Git][videolan/vlc][master] ci: don't build libvlcjni for the android target
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed Dec 7 06:36:41 UTC 2022
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
3c2469cc by Thomas Guillem at 2022-12-07T04:31:28+00:00
ci: don't build libvlcjni for the android target
This will fix the CI if a libVLC API is changed and used by the jni library.
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -480,9 +480,9 @@ tvos-arm64:
git clone https://code.videolan.org/videolan/libvlcjni.git
(cd libvlcjni && git checkout 510543b6e0ae9a5223041b0049da720a6033d00c)
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
- /bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh -a $ANDROID_ARCH --with-prebuilt-contribs
+ /bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh --no-jni -a $ANDROID_ARCH --with-prebuilt-contribs
else
- /bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh -a $ANDROID_ARCH --package-contribs
+ /bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh --no-jni -a $ANDROID_ARCH --package-contribs
fi
android-arm:
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3c2469ccacbc3718c0fdec5b98383d4f67284429
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3c2469ccacbc3718c0fdec5b98383d4f67284429
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