mirror of
https://code.videolan.org/videolan/dav1d
synced 2026-06-11 04:03:05 +00:00
CI: switch debian-llvm-mingw to UCRT
The msvcrt and ucrt are almost identical except - C runtime is either msvcrt or UCRT (Universal C Runtime from Vista+ [^1]) - The default target OS is Windows 10 instead of Windows 7 (0x601) [^1]: https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c
This commit is contained in:
committed by
Martin Storsjö
co-authored by
Martin Storsjö
parent
2bb7e63266
commit
50015c2ec9
+1
-1
@@ -18,7 +18,7 @@ stages:
|
||||
- amd64
|
||||
|
||||
.debian-llvm-mingw-common:
|
||||
image: registry.videolan.org/vlc-debian-llvm-msvcrt:20250305204125
|
||||
image: registry.videolan.org/vlc-debian-llvm-ucrt:20250305204125
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
|
||||
Reference in New Issue
Block a user