<html><head></head><body>Hi,<br><br>Why Raspian? On rPI, Debian or Ubuntu would support ARMv8 and A64, which seems more relevant than ARMv7 and A32 at this point, and the gap will probably only increase as well.<br><br><div class="gmail_quote">Le 14 février 2020 14:37:53 GMT+02:00, Steve Lhomme <robux4@ycbcr.xyz> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail"><hr> extras/ci/gitlab-ci.yml | 21 +++++++++++++++++++++<br> 1 file changed, 21 insertions(+)<br><br>diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml<br>index 5ca458440ae..5383983b6fd 100644<br>--- a/extras/ci/gitlab-ci.yml<br>+++ b/extras/ci/gitlab-ci.yml<br>@@ -17,6 +17,7 @@ variables:<br>     VLC_WIN_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-mingw:20190621125349<br>     VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20191023134128<br>     VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20190717134531<br>+    VLC_RASPBIAN_IMAGE: registry.videolan.org/vlc-debian-raspbian:20200213203125<br> <br> .variables-debian: &variables-debian<br>         HOST_ARCH: x86_64<br>@@ -63,6 +64,10 @@ variables:<br>         ANDROID_ARCH: x86_64<br>         TRIPLET: x86_64-linux-android<br> <br>+.variables-raspbian-arm: &variables-debian<br>+        HOST_ARCH: arm<br>+        TRIPLET: $HOST_ARCH-linux-gnueabihf<br>+<br> # Common rules<br> .base-template:<br>     stage: build<br>@@ -148,6 +153,22 @@ debian:<br>         VLC_TEST_TIMEOUT=60 sh -x ./test/make_check_wrapper.sh -j4<br>     variables: *variables-debian<br> <br>+#<br>+# Debian<br>+#<br>+raspbian:<br>+    extends: .docker-template<br>+    image:<br>+        name: $VLC_RASPBIAN_IMAGE<br>+    script: |<br>+        if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then<br>+            echo "Building using prebuilt contribs at $VLC_PREBUILT_CONTRIBS_URL"<br>+            extras/package/raspberry/build.sh -p -a $HOST_ARCH<br>+        else<br>+            extras/package/raspberry/build.sh -c -a $HOST_ARCH<br>+        fi<br>+    variables: *variables-raspbian<br>+<br> #<br> # macOS<br> #</pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>