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

Steve Lhomme git at videolan.org
Thu Aug 27 09:37:28 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Jul  6 11:55:21 2020 +0200| [30b3d0e5e3f720d011a1c98e8dc2437dc339153e] | 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

(cherry picked from commit 08ef8bdd6fe459d199415bc939dca62cc18cf6d2) (edited)

edited:
- only update the UWP image for 3.0, the gcc ones remain untouched
- don't enable extra checks for now as the code is not clean enough

Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=30b3d0e5e3f720d011a1c98e8dc2437dc339153e
---

 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 ec6d26e9de..a5f942af1e 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:20190416165205
     VLC_WIN64_IMAGE: registry.videolan.org/vlc-debian-win64:20190416180622
-    VLC_UWP_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-uwp:20200603145315
+    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
@@ -115,7 +115,7 @@ uwp64-libvlc-llvm:
     variables:
         <<: *variables-win64
         LIBVLC_EXTRA_BUILD_FLAGS: -z
-        UWP_EXTRA_BUILD_FLAGS: -u -w -x
+        UWP_EXTRA_BUILD_FLAGS: -u -w
 
 .nightly-win-common:
     extends: .win-common



More information about the vlc-commits mailing list