Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
441
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
8c8f3159
Commit
8c8f3159
authored
1 year ago
by
Steve Lhomme
Browse files
Options
Downloads
Patches
Plain Diff
CI: switch 32-bit windows builds to LLVM
parent
d3f41ff0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!4653
CI: switch 32-bit windows builds to LLVM
Pipeline
#434309
passed with stage
in 45 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/ci/gitlab-ci.yml
+4
-5
4 additions, 5 deletions
extras/ci/gitlab-ci.yml
with
4 additions
and
5 deletions
extras/ci/gitlab-ci.yml
+
4
−
5
View file @
8c8f3159
...
...
@@ -20,7 +20,6 @@ default:
variables
:
VLC_TEST_TIMEOUT
:
60
VLC_WIN32_IMAGE
:
registry.videolan.org/vlc-debian-win32:20240122094311
VLC_WIN64_IMAGE
:
registry.videolan.org/vlc-debian-win64:20240122094311
VLC_WIN_LLVM_MSVCRT_IMAGE
:
registry.videolan.org/vlc-debian-llvm-msvcrt:20231104025754
VLC_WIN_LLVM_UCRT_IMAGE
:
registry.videolan.org/vlc-debian-llvm-ucrt:20231104025754
...
...
@@ -152,10 +151,10 @@ variables:
cmake --build ${CI_PROJECT_DIR}/doc/libvlc/build
fi
win32
:
win32
-llvm
:
extends
:
.win-common
image
:
name
:
$VLC_WIN
32
_IMAGE
name
:
$VLC_WIN
_LLVM_MSVCRT
_IMAGE
variables
:
<<
:
*variables-win32
LIBVLC_EXTRA_BUILD_FLAGS
:
-x
...
...
@@ -209,10 +208,10 @@ uwp64-libvlc-llvm:
paths
:
-
nightlies/*
nightly-win32
:
nightly-win32
-llvm
:
extends
:
.nightly-win-common
image
:
name
:
$VLC_WIN
32
_IMAGE
name
:
$VLC_WIN
_LLVM_MSVCRT
_IMAGE
variables
:
*variables-win32
nightly-win64
:
...
...
This diff is collapsed.
Click to expand it.
Anton Mitrofanov
@BugMaster
mentioned in merge request
x264!146 (merged)
·
11 months ago
mentioned in merge request
x264!146 (merged)
mentioned in merge request x264!146
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment