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

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Tue Aug 19 09:09:55 UTC 2025



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


More information about the libdvdcss-devel mailing list