[vlc-commits] CI: update windows LLVM images to more recent versions
Steve Lhomme
git at videolan.org
Wed Dec 2 09:56:40 CET 2020
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Dec 2 09:26:17 2020 +0100| [d96b37a4187e10d6a6da477ce31925e0c8d507f1] | committer: Steve Lhomme
CI: update windows LLVM images to more recent versions
* LLVM 11 is now used for UWP (ucrt) targets.
* cmake, protoc 3.1.0, ant, help2man are prebuilt.
* winpthreads is prebuilt and a version of mingw64 newer than 8.0 is used (to build with LLVM11)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d96b37a4187e10d6a6da477ce31925e0c8d507f1
---
extras/ci/gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml
index 463c4222c5..14756df128 100644
--- a/extras/ci/gitlab-ci.yml
+++ b/extras/ci/gitlab-ci.yml
@@ -14,8 +14,8 @@ default:
variables:
VLC_WIN32_IMAGE: registry.videolan.org/vlc-debian-win32:20200702161720
VLC_WIN64_IMAGE: registry.videolan.org/vlc-debian-win64:20200702144729
- VLC_WIN_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-mingw:20200703084018
- VLC_UWP_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-uwp:20200706065223
+ VLC_WIN_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-mingw:20201201162707
+ VLC_UWP_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-uwp:20201201150955
VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20200229201904
VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20200529135226
VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-bionic:20190627090437
More information about the vlc-commits
mailing list