[vlc-commits] [Git][videolan/vlc][master] CI: fix contribs not rebuilt if prebuilt failed

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Nov 5 20:47:37 UTC 2022



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
c45b439b by Steve Lhomme at 2022-11-05T20:07:41+00:00
CI: fix contribs not rebuilt if prebuilt failed

Regression from db5a4b0652cfc4a2c9e0ab0f9d49482762a9c601

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -266,6 +266,8 @@ debian:
         if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
             echo "Building using prebuilt contribs at $VLC_PREBUILT_CONTRIBS_URL"
             make prebuilt PREBUILT_URL="${VLC_PREBUILT_CONTRIBS_URL}" || PREBUILT_FAILED=yes
+        else
+            PREBUILT_FAILED=yes
         fi
         if [ -n "$PREBUILT_FAILED" ]; then
             make list



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c45b439bf3e95c1f5b111ae0914e6028c399d250

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