[vlc-commits] [Git][videolan/vlc][master] CI: remove win64 LLVM UCRT nightly build
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Jul 7 07:26:44 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
bb523e00 by Steve Lhomme at 2026-07-07T06:43:13+00:00
CI: remove win64 LLVM UCRT nightly build
This is not the build that users will get.
It was added to check the builds with UCRT don't fail but now we have
the arm64 build that is using the same image and flags, but just a different CPU.
The regular CI build was removed (replaced) by 1b7c7b5ab1806ea2a4b5abb25088ba2d15c3a73c.
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -244,17 +244,6 @@ nightly-win64-llvm-meson:
<<: *variables-win64
LIBVLC_EXTRA_BUILD_FLAGS: -D / -m -t
-nightly-win64-ucrt-llvm:
- extends: .nightly-win-common
- image:
- name: $VLC_WIN_LLVM_UCRT_IMAGE
- variables:
- <<: *variables-win64
- VLCARCH: win64-ucrt
- TRIPLET: $HOST_ARCH-ucrt-w64-mingw32
- LIBVLC_EXTRA_BUILD_FLAGS: -D / -t
- UWP_EXTRA_BUILD_FLAGS: -u -x -S 0x0A000006
-
nightly-win64-arm-llvm:
extends: .nightly-win-common
image:
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bb523e009593a28a10b1795f15dc348d9062bda5
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bb523e009593a28a10b1795f15dc348d9062bda5
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