[vlc-commits] [Git][videolan/vlc][master] CI: fix gcc win64 Docker image
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Aug 11 08:02:09 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
c4fa5e31 by Steve Lhomme at 2024-08-11T07:26:59+00:00
CI: fix gcc win64 Docker image
https://code.videolan.org/videolan/docker-images/-/merge_requests/304 is bogus. It should contain libwine-dev.
Otherwise we can't build the npapi plugin in nightlies.
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -20,7 +20,7 @@ default:
variables:
VLC_TEST_TIMEOUT: 60
- VLC_WIN64_IMAGE: registry.videolan.org/vlc-debian-win64-posix:20240805192413
+ VLC_WIN64_IMAGE: registry.videolan.org/vlc-debian-win64-posix:20240808131936
VLC_WIN_LLVM_MSVCRT_IMAGE: registry.videolan.org/vlc-debian-llvm-msvcrt:20240731083648
VLC_WIN_LLVM_UCRT_IMAGE: registry.videolan.org/vlc-debian-llvm-ucrt:20240731083648
VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20240402131352
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c4fa5e312cec9835217b14610ebbd198faa98c63
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c4fa5e312cec9835217b14610ebbd198faa98c63
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