[vlc-commits] [Git][videolan/vlc][master] CI: enable x262 builds on Debian

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Jan 27 13:41:08 UTC 2023



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
475defd0 by Steve Lhomme at 2023-01-27T12:15:36+00:00
CI: enable x262 builds on Debian

This code is not tested otherwise.

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -262,7 +262,7 @@ debian:
 
         # Build contribs
         mkdir -p contrib/contrib-$TRIPLET && cd contrib/contrib-$TRIPLET
-        ../bootstrap
+        ../bootstrap --enable-x262
         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
@@ -324,7 +324,7 @@ debian-meson:
             echo -e "\e[0Ksection_start:$(date +%s):build_contribs_section\r\e[0KContribs build"
             # Build contribs
             mkdir -p contrib/contrib-$TRIPLET && cd contrib/contrib-$TRIPLET
-            ../bootstrap
+            ../bootstrap --enable-x262
             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



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

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