Skip to content
Snippets Groups Projects
Commit d2ed8db4 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

ci: build a nightly Windows ARM 64-bit desktop build

parent cee6cee6
No related branches found
No related tags found
1 merge request!2648ci: build a nightly Windows ARM 64-bit desktop build
Pipeline #275324 failed with stage
in 1 hour, 7 minutes, and 37 seconds
......@@ -224,6 +224,18 @@ nightly-win64-ucrt-llvm:
TRIPLET: $HOST_ARCH-ucrt-w64-mingw32
UWP_EXTRA_BUILD_FLAGS: -u -x -S 0x0A000006
nightly-win64-arm-llvm:
extends: .nightly-win-common
image:
name: $VLC_WIN_LLVM_UCRT_IMAGE
variables:
<<: *variables-win64-arm
TRIPLET: $HOST_ARCH-ucrt-w64-mingw32
UWP_EXTRA_BUILD_FLAGS: -u -x -S 0x0A000006
# Clang <= 15 produces incorrect unwind info for code with
# branch protection enabled on Windows.
CONFIGFLAGS: --disable-branch-protection
#
# Debian
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment