[vlc-commits] [Git][videolan/vlc][master] 2 commits: CI: update Raspberry image
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Aug 4 11:16:13 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
8df6cd24 by Steve Lhomme at 2023-08-04T10:36:09+00:00
CI: update Raspberry image
We need a newer CMake.
- - - - -
24629691 by Steve Lhomme at 2023-08-04T10:36:09+00:00
tools: raise the minimum CMake version to 3.18
It's needed by newer libxml2.
Debian bullseye already has 3.18.
- - - - -
2 changed files:
- extras/ci/gitlab-ci.yml
- extras/tools/bootstrap
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -26,7 +26,7 @@ variables:
VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20230705133021
VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20230606050714
VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-focal:20221023195550
- VLC_RASPBIAN_IMAGE: registry.videolan.org/vlc-ubuntu-raspberry:20221023200157
+ VLC_RASPBIAN_IMAGE: registry.videolan.org/vlc-ubuntu-raspberry:20230803092625
VLC_WASM_EMSCRIPTEN: registry.videolan.org/vlc-debian-wasm-emscripten:20221213104631
.variables-debian: &variables-debian
=====================================
extras/tools/bootstrap
=====================================
@@ -139,7 +139,7 @@ check automake 1.15
check m4 1.4.16
check libtool 2.4
check pkg-config
-check cmake 3.17.0
+check cmake 3.18.0
check_tar
check ragel
check_sed
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/ee5a77348806f3ddeef3ab8480bc446f02e231ac...2462969117fe8c16db93b5c29aaac032e63096e2
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/ee5a77348806f3ddeef3ab8480bc446f02e231ac...2462969117fe8c16db93b5c29aaac032e63096e2
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