[vlc-commits] [Git][videolan/vlc][master] Revert "ci: Disable branch protection for the current Windows/ARM64 builds"
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Jun 9 08:20:39 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
ada7d1c0 by Steve Lhomme at 2026-06-09T07:51:21+00:00
Revert "ci: Disable branch protection for the current Windows/ARM64 builds"
We now build with LLVM 22 in the CI.
This reverts commit fee6371af86a37f947ef3273fd0f364fb579fa9c.
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -189,9 +189,6 @@ win64-arm-llvm:
<<: *variables-win64-arm
VLCARCH: winarm64-ucrt
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
uwp32-libvlc-llvm:
extends: .win-common
@@ -268,9 +265,6 @@ nightly-win64-arm-llvm:
TRIPLET: $HOST_ARCH-ucrt-w64-mingw32
LIBVLC_EXTRA_BUILD_FLAGS: -D /
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
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ada7d1c032fac94821b6a605f2c2191f8c68b379
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ada7d1c032fac94821b6a605f2c2191f8c68b379
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list