[vlc-commits] [Git][videolan/vlc][master] CI: remove win64-llvm target
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Nov 23 11:50:40 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
ca4af7b7 by Steve Lhomme at 2024-11-23T10:22:03+00:00
CI: remove win64-llvm target
We already build Win64 with gcc and Win32 with LLVM.
This is redundant to test the code is building in the target and with the compiler.
There's also the UWP target that uses LLVM with the Win64 code.
We only need the nightly build which will only rebuild contribs when necessary.
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -179,12 +179,6 @@ win64:
<<: *variables-win64
LIBVLC_EXTRA_BUILD_FLAGS: -x
-win64-llvm:
- extends: .win-common
- image:
- name: $VLC_WIN_LLVM_MSVCRT_IMAGE
- variables: *variables-win64
-
win64-arm-llvm:
extends: .win-common
image:
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ca4af7b742de9f2de39eaaf993dff11b9159225f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ca4af7b742de9f2de39eaaf993dff11b9159225f
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