[vlc-commits] [Git][videolan/vlc][3.0.x] CI: do not use custom CFLAGS/CXXFLAGS in nightly distcheck

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Wed Jul 22 09:29:15 UTC 2026



Felix Paul Kühne pushed to branch 3.0.x at VideoLAN / VLC


Commits:
5fc8f52e by Steve Lhomme at 2026-07-22T08:41:20+02:00
CI: do not use custom CFLAGS/CXXFLAGS in nightly distcheck

It fails to link properly with the system dvdread (6.0.1) for unknown reason.

The gnu11/gnu++11 values are set to verify all the code builds properly when
constraining to C11/C+11 compilation. We don't need it in distcheck.

Fixes #29994

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -328,6 +328,9 @@ debian:
         # Run tests
         VLC_TEST_TIMEOUT=60 sh -x ./test/make_check_wrapper.sh -j4
         if [ "${CI_JOB_NAME:0:8}" = "nightly-" ]; then
+            # dvdread from the system fails to link when forcing CFLAGS
+            unset CFLAGS
+            unset CXXFLAGS
             export XZ_OPT="-T 0"
             make -j$NCPU distcheck
         fi



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5fc8f52eda40da0cf1b807c44fe2b4c97a77c7b3
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list