savonet / liquidsoap

Liquidsoap is a statically typed scripting general-purpose language with dedicated operators and backend for all thing media, streaming, file generation, automation, HTTP backend and more.
http://liquidsoap.info
GNU General Public License v2.0
1.4k stars 128 forks source link

Raspbian bullseye deb armhf #2914

Open toots opened 1 year ago

toots commented 1 year ago

Discussed in https://github.com/savonet/liquidsoap/discussions/2912

Originally posted by **oskarburman** February 20, 2023 Hi, would it be possible to get a deb package for Raspbian bulleye armhf version 2.1.3?
toots commented 1 year ago

This is gonna be complicated. The way we build our CI images, we cross-compile via docker buildx and, for some reason, compilation of a recent OCaml compiler fails so we have to default to the compiler shipped with the distribution, which is 4.11 with debian bullseyes and too old for us. Hopefully this gets better soon but, for now, we won't be able to do it.

If someone with a native armhf machine wants to have a try at building I'm happy to give some guidelines on how to do it.