[vlc-commits] [Git][videolan/vlc][master] CI: disable the snap target until it builds again

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Jun 25 14:53:59 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
b0a72a7a by Steve Lhomme at 2024-06-25T14:10:40+00:00
CI: disable the snap target until it builds again

Its has been broken for almost 3 months https://artifacts.videolan.org/vlc/nightly-snap/
And it will need a heavy bit of work to work again with Qt6.

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -425,24 +425,24 @@ debian-meson:
     allow_failure: true
     variables: *variables-snap
 
-snap:
-    extends: .snap-common
-
-nightly-snap:
-    extends: .snap-common
-    rules:
-        - if: '$CI_PIPELINE_SOURCE == "schedule"'
-    after_script:
-        - if [ "$CI_PROJECT_NAMESPACE" = "videolan" ]; then /bin/true; else exit 0; fi
-        - mkdir nightlies
-        - mv extras/package/snap/vlc_*.snap nightlies/
-        - echo $SNAP_LOGIN | base64 --decode | snapcraft login --with -
-        - snapcraft push nightlies/vlc_*.snap --release edge
-        - snapcraft logout
-        - cd nightlies && find . -maxdepth 1 -type f -not -name SHA512SUM | xargs shasum -a 512 | tee SHA512SUM
-    artifacts:
-        paths:
-           - nightlies/*
+# snap:
+#     extends: .snap-common
+
+# nightly-snap:
+#     extends: .snap-common
+#     rules:
+#         - if: '$CI_PIPELINE_SOURCE == "schedule"'
+#     after_script:
+#         - if [ "$CI_PROJECT_NAMESPACE" = "videolan" ]; then /bin/true; else exit 0; fi
+#         - mkdir nightlies
+#         - mv extras/package/snap/vlc_*.snap nightlies/
+#         - echo $SNAP_LOGIN | base64 --decode | snapcraft login --with -
+#         - snapcraft push nightlies/vlc_*.snap --release edge
+#         - snapcraft logout
+#         - cd nightlies && find . -maxdepth 1 -type f -not -name SHA512SUM | xargs shasum -a 512 | tee SHA512SUM
+#     artifacts:
+#         paths:
+#            - nightlies/*
 
 #
 # Raspbian



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b0a72a7adf6087e59d384059f931fff9d5071d57
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