liquidsoap icon indicating copy to clipboard operation
liquidsoap copied to clipboard

Raspbian bullseye deb armhf

Open toots opened this issue 1 year ago • 1 comments

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 avatar Feb 20 '23 16:02 toots

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.

toots avatar Feb 26 '23 22:02 toots