[vlc-commits] [Git][videolan/vlc][3.0.x] CI: let the docker runner guess the user to clone the git repository with
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Fri Dec 19 17:48:22 UTC 2025
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC
Commits:
578d28f6 by Steve Lhomme at 2025-12-19T16:55:20+01:00
CI: let the docker runner guess the user to clone the git repository with
In the some runners (builder-release.videolan.org, a Videolabs one) we can't run
commands in the git repository:
fatal: detected dubious ownership in repository at '/builds/videolan/vlc'
To add an exception for this directory, call:
git config --global --add safe.directory /builds/videolan/vlc
cat: /builds/videolan/vlc/extras/package/win32/../../../src/revision.txt: No such file or directory
See https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3538
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -13,6 +13,7 @@ default:
interruptible: true
variables:
+ FF_DISABLE_UMASK_FOR_DOCKER_EXECUTOR: "true"
VLC_WIN32_IMAGE: registry.videolan.org/vlc-debian-win32-3.0:20251208092116
VLC_WIN64_IMAGE: registry.videolan.org/vlc-debian-win64-3.0:20251208092116
VLC_UWP_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-uwp:20211020111246
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/578d28f6c9f2379164516e689418f92ac74a3445
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/578d28f6c9f2379164516e689418f92ac74a3445
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