[Git][videolan/libdvdcss][master] CI: add arm-linux-gnueabihf target with old compiler

"Jean-Baptiste Kempf (@jbk)" <[email protected]> Tue, 19 Aug 2025 11:09:55 +0200
Newsgroups gmane.comp.video.videolan.libdvdcss.devel
Message-ID <[email protected]>
--===============1436765280165208902==
Content-Type: multipart/alternative;
 boundary="--==_mimepart_68a43f62d34ae_80cd942f0d419929413";
 charset=UTF-8
Content-Transfer-Encoding: 7bit


----==_mimepart_68a43f62d34ae_80cd942f0d419929413
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdcss


Commits:
23635067 by Steve Lhomme at 2025-08-19T09:09:08+00:00
CI: add arm-linux-gnueabihf target with old compiler

bswap failed to build with that target.

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -25,6 +25,16 @@ build-debian:
         - ../configure
         - make -j $(getconf _NPROCESSORS_ONLN)
 
+build-raspberry:
+    extends: .build-docker
+    image: registry.videolan.org/vlc-ubuntu-raspberry:20240806085528
+    script:
+        - autoreconf -fisv
+        - mkdir build
+        - cd build
+        - ../configure --host=arm-linux-gnueabihf
+        - make -j $(getconf _NPROCESSORS_ONLN)
+
 build-macos-x86_64:
     extends: .build-common
     tags:



View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/236350672911500999b1577f98c4740224999777

-- 
View it on GitLab: https://code.videolan.org/videolan/libdvdcss/-/commit/236350672911500999b1577f98c4740224999777
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
----==_mimepart_68a43f62d34ae_80cd942f0d419929413--

--===============1436765280165208902==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
libdvdcss-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/libdvdcss-devel

--===============1436765280165208902==--