[bTSstream-devel] [Git][videolan/bitstream][master] CI: change image, specify tag (fix pipeline)

Christophe Massiot (@cmassiot) gitlab at videolan.org
Mon Nov 10 18:51:56 UTC 2025



Christophe Massiot pushed to branch master at VideoLAN / bitstream


Commits:
844d77d1 by Terje Gundersen at 2025-11-10T13:28:28-05:00
CI: change image, specify tag (fix pipeline)

The runner's allowed_images pattern does not match an image without
specifying a version. Since administrator access is required in order to
append or modify the runner configuration, this change attempts to
satisfy the existing pattern which expects a ':' followed by a tag.

This also changes the image to run, as it turns out that the
'videolan-base-xenial' image does not have git installed which causes
the pipeline to fail. The image 'vlc-debian-stable' was found to be
suitable, but I have not done an exhaustive search in order to find out
whether it is the optimal choice.

Following this change, the pipeline returns to normal operation which is
to compile every header (i.e the result of `find * -name '*.h'`) in the
repository with both a C and a C++ compiler successfully, or fail.

Co-authored-by: Tristan Matthews <tmatth at videolan.org>

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -1,4 +1,4 @@
-image: registry.videolan.org/videolan-base-xenial
+image: registry.videolan.org/vlc-debian-unstable:20250528090433
 
 test:
     stage: test



View it on GitLab: https://code.videolan.org/videolan/bitstream/-/commit/844d77d1c30d9f94a9399f1dec217a89bff58276

-- 
View it on GitLab: https://code.videolan.org/videolan/bitstream/-/commit/844d77d1c30d9f94a9399f1dec217a89bff58276
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the biTStream-devel mailing list