[vlc-commits] gitlab-ci: Let the build scripts fetch the prebuilt contribs

David Fuhrmann git at videolan.org
Tue Jan 26 10:10:10 UTC 2021


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Jan 24 12:28:17 2021 +0100| [dac0501e1d92d6ae0f56bbe5f2e4da4f5e19e003] | committer: David Fuhrmann

gitlab-ci: Let the build scripts fetch the prebuilt contribs

Like it is done for the other platforms.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dac0501e1d92d6ae0f56bbe5f2e4da4f5e19e003
---

 extras/ci/gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml
index cb88819d57..f82e362937 100644
--- a/extras/ci/gitlab-ci.yml
+++ b/extras/ci/gitlab-ci.yml
@@ -315,9 +315,6 @@ macos:
         fi
         if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
             echo "Building using prebuilt contribs at $VLC_PREBUILT_CONTRIBS_URL"
-            mkdir -p contrib/contrib-$TRIPLET && cd contrib/contrib-$TRIPLET
-            curl -f -L ${VLC_PREBUILT_CONTRIBS_URL} -o vlc-contrib-$TRIPLET-latest.tar.bz2
-            cd ../../
         else
             EXTRA_BUILD_FLAGS="-c -p"
         fi



More information about the vlc-commits mailing list