[vlc-commits] [Git][videolan/vlc][master] CI: bump the build version of UWP targets to Windows 1809/RS5
François Cartegnie (@fcartegnie)
gitlab at videolan.org
Fri Mar 11 07:16:59 UTC 2022
François Cartegnie pushed to branch master at VideoLAN / VLC
Commits:
b5923a21 by Steve Lhomme at 2022-03-10T22:44:52+00:00
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.
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
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
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b5923a21d65d4e33dcc498a204a0ecc82437153e
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/b5923a21d65d4e33dcc498a204a0ecc82437153e
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list