[vlc-commits] CI: update the mingw-w64 targets to a more recent version

Steve Lhomme git at videolan.org
Mon Jul 6 13:36:19 CEST 2020


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Jul  6 11:55:21 2020 +0200| [08ef8bdd6fe459d199415bc939dca62cc18cf6d2] | committer: Steve Lhomme

CI: update the mingw-w64 targets to a more recent version

- includes the ActivateAudioInterfaceAsync API for UWP
- include ucrtapp which replaces ucrt with no dependency on MS DLLs
- WaitOnAddress/WakeByAddressXXX  only in the proper libs (not kernel32)
- wincrypt/CryptAPI only in the proper libs

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08ef8bdd6fe459d199415bc939dca62cc18cf6d2
---

 extras/ci/gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml
index d9303289f0..61116fc26b 100644
--- a/extras/ci/gitlab-ci.yml
+++ b/extras/ci/gitlab-ci.yml
@@ -12,10 +12,10 @@ default:
         - mv contrib/vlc-contrib-*.tar.bz2 contrib/vlc-contrib-${TRIPLET}-${VLC_CONTRIB_SHA}.tar.bz2 2>/dev/null || true
 
 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:20200603153044
-    VLC_UWP_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-uwp:20200603145315
+    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_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