rtltcp icon indicating copy to clipboard operation
rtltcp copied to clipboard

Raspberry Pi Build is broken on CI

Open niclashoyer opened this issue 3 years ago • 0 comments

Bug description

Raspberry Pi build is broken on CI.

Expected behavior

Raspberry Pi builds are working 😄

Additional context

Cross compilation currently fails, because librtlsdr is not available:

https://github.com/niclashoyer/rtltcp/runs/4945332286?check_suite_focus=true

For this to work there needs to be an extra build step for a container based on cross that includes the dependencies: https://github.com/cross-rs/cross/issues/410#issuecomment-639022570

niclashoyer avatar Jan 30 '22 22:01 niclashoyer