From b5923a21d65d4e33dcc498a204a0ecc82437153e Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 7 Mar 2022 10:40:57 +0100 Subject: [PATCH] CI: bump the build version of UWP targets to Windows 1809/RS5 Our UCRT build already has the same version, so we should match the same value we support. The UWP builds require UCRT. --- 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 9ddf3d6b76..66b3818291 100644 --- a/extras/ci/gitlab-ci.yml +++ b/extras/ci/gitlab-ci.yml @@ -171,7 +171,7 @@ win64-arm-llvm: variables: <<: *variables-win64-arm LIBVLC_EXTRA_BUILD_FLAGS: -z - UWP_EXTRA_BUILD_FLAGS: -u -w -x + UWP_EXTRA_BUILD_FLAGS: -u -w -x -S 0x0A000006 uwp64-libvlc-llvm: extends: .win-common @@ -180,7 +180,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 -x -S 0x0A000006 .nightly-win-common: extends: .win-common