[vlc-commits] [Git][videolan/vlc][3.0.x] Revert "CI: call symbol upload in a Python venv"

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sun Dec 21 11:26:54 UTC 2025



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
67afafc2 by Steve Lhomme at 2025-12-20T07:42:05+01:00
Revert "CI: call symbol upload in a Python venv"

This reverts commit e55793ca30a3b2f6990c339734900d882044db8f.

The old winXX-3.0 Docker images don't have python venv. But it's OK
because they have python3-requests which is the only requirement we
need to use our breakpad script.

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -203,17 +203,13 @@ nightly-win64-arm-llvm:
       - ./extras/package/win32/build.sh -r -l -i u -a $HOST_ARCH -b https://win.crashes.videolan.org $UWP_EXTRA_BUILD_FLAGS
       - (cd $CI_PROJECT_DIR && tar -cJf ${VLCARCH}/symbols-$CI_COMMIT_TAG-$VLCARCH.tar.xz ${VLCARCH}/symbols-$CI_COMMIT_TAG)
       - sha512sum $CI_PROJECT_DIR/${VLCARCH}/symbols-$CI_COMMIT_TAG-$VLCARCH.tar.xz
-      - python3 -m venv upload_symbols
-      - ./upload_symbols/bin/pip install -r ./extras/breakpad/requirements.txt
       - echo "RELEASE_TAG=$RELEASE_TAG"
       - >
-        ./upload_symbols/bin/python
         ./extras/breakpad/symb_upload.py
         --upload-url $CRASH_DRAGON_SUBMIT_URL
         -p win --version $RELEASE_TAG
         --prod VLC --log INFO
         --strip-path $CI_PROJECT_DIR $CI_PROJECT_DIR/${VLCARCH}/symbols-$RELEASE_TAG
-      - rm -rf upload_symbols
     artifacts:
       paths:
         - $CI_PROJECT_DIR/${VLCARCH}/vlc-*-*-release.7z



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

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