[vlc-commits] CI: Use a specific SHA for the android build script
Marvin Scholz
git at videolan.org
Mon Dec 2 23:46:25 CET 2019
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Mon Dec 2 15:33:31 2019 +0100| [09e5d5b7bab60739bbc4815df0ed8d15b331dff5] | committer: Marvin Scholz
CI: Use a specific SHA for the android build script
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=09e5d5b7bab60739bbc4815df0ed8d15b331dff5
---
extras/ci/gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml
index 731a9e52d4..ab47e58f9f 100644
--- a/extras/ci/gitlab-ci.yml
+++ b/extras/ci/gitlab-ci.yml
@@ -196,7 +196,7 @@ ios-arm64:
image:
name: $VLC_ANDROID_IMAGE
script: |
- wget https://code.videolan.org/videolan/vlc-android/raw/master/compile-libvlc.sh
+ wget https://code.videolan.org/videolan/vlc-android/raw/0daaf5f3a08b5c52b4caaf526633cca7061d04c2/compile-libvlc.sh
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
/bin/sh ./compile-libvlc.sh -a $ANDROID_ARCH --with-prebuilt-contribs
else
More information about the vlc-commits
mailing list