[vlc-commits] CI: update the LLVM-MINGW image to a newer Clang/MingW version
Steve Lhomme
git at videolan.org
Thu Jun 4 17:04:34 CEST 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jun 4 08:24:47 2020 +0200| [eb263469aa458f5deeff7cbcc713e8a22bff3c4b] | committer: Steve Lhomme
CI: update the LLVM-MINGW image to a newer Clang/MingW version
This version uses msvcrt as the C runtime and not the UCRT which we can't
distribute on Win7 to Win8.1.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eb263469aa458f5deeff7cbcc713e8a22bff3c4b
---
extras/ci/gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml
index 5cfed33e25..9dd56a64bc 100644
--- a/extras/ci/gitlab-ci.yml
+++ b/extras/ci/gitlab-ci.yml
@@ -14,7 +14,7 @@ default:
variables:
VLC_WIN32_IMAGE: registry.videolan.org/vlc-debian-win32:20200602191827
VLC_WIN64_IMAGE: registry.videolan.org/vlc-debian-win64:20200602185103
- VLC_WIN_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-mingw:20190621125349
+ VLC_WIN_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-mingw:20200603153044
VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20200229201904
VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20190717134531
VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-bionic:20190627090437
More information about the vlc-commits
mailing list