[vlc-commits] [Git][videolan/vlc][master] CI: don't rebuild contribs when a non-existing folder changes
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Feb 22 07:36:50 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
8aad07b5 by Steve Lhomme at 2024-02-22T06:52:10+00:00
CI: don't rebuild contribs when a non-existing folder changes
There's no extras for Linux, so we don't need to rebuild when anything changes in extra/package.
- - - - -
2 changed files:
- extras/ci/get-contrib-sha.sh
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/get-contrib-sha.sh
=====================================
@@ -34,7 +34,7 @@ case $1 in
VLC_BUILD_TARGET="extras/package/win32"
;;
debian*)
- VLC_BUILD_TARGET="extras/package/linux"
+ VLC_BUILD_TARGET=""
;;
ios*|tvos*)
VLC_BUILD_TARGET="extras/package/apple"
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -263,7 +263,6 @@ debian-contrib:
- contrib/*
- extras/tools/*
- extras/ci/*
- - extras/package/linux/*
script: |
export NCPU=$(getconf _NPROCESSORS_ONLN)
echo "Building branch '${CI_COMMIT_BRANCH}' (default: '${CI_DEFAULT_BRANCH}')"
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8aad07b588680adc5ed435ab5f48a12fd60c6dc4
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8aad07b588680adc5ed435ab5f48a12fd60c6dc4
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