[vlc-devel] [PATCH] CI: use newer gcc for windows builds

Steve Lhomme robux4 at ycbcr.xyz
Thu Jun 4 08:10:35 CEST 2020


On 2020-06-03 17:08, Konstantin Pavlov wrote:
> Hello,
> 
> On Wed, Jun 03, 2020 at 02:41:28PM +0200, Steve Lhomme wrote:
>> Tested succcessfully in the CI here
>> https://code.videolan.org/robUx4/vlc/-/merge_requests/17
>>
>> Now that a few contrib patches have been merged it can be enabled.
> 
> LGTM, maybe with llvm-mingw/uwp or that will come later?

Yes, once the images are updated with the newer mingw-w64. The current 
LLVM build will need to be changed to use the non-UCRT variant as it's 
supposed to build regular VLC that runs on Win7.

The UWP build should follow once I verify everything builds (and once 
gnutls with my patches is released, which should be any day now).

>> On 2020-06-03 14:13, Steve Lhomme wrote:
>>> ---
>>>    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 a4b7058c8045..5cfed33e25ef 100644
>>> --- a/extras/ci/gitlab-ci.yml
>>> +++ b/extras/ci/gitlab-ci.yml
>>> @@ -12,8 +12,8 @@ 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:20190416165205
>>> -    VLC_WIN64_IMAGE: registry.videolan.org/vlc-debian-win64:20190416180622
>>> +    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_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20200229201904
>>>        VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20190717134531
> 
> -- 
> VideoLAN, Vice President
> www.videolan.org
> +7 926 165 45 31
> @cryothresh
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
> 


More information about the vlc-devel mailing list