rtltcp
rtltcp copied to clipboard
Raspberry Pi Build is broken on CI
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