[vlc-commits] gitlab-ci: Let the build scripts fetch the prebuilt contribs
David Fuhrmann
git at videolan.org
Sun Jan 24 11:29:29 UTC 2021
vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Jan 24 12:28:17 2021 +0100| [7d5552d6bb0462543c1f5530529be79f6d5c707b] | 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/vlc-3.0.git/?a=commit;h=7d5552d6bb0462543c1f5530529be79f6d5c707b
---
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 a2e13a32c6..32a330c095 100644
--- a/extras/ci/gitlab-ci.yml
+++ b/extras/ci/gitlab-ci.yml
@@ -246,9 +246,6 @@ nightly-snap:
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