Skip to content

Add stable-armv7-unknown-linux-gnueabihf and stable-x86_64-pc-windows-gnu cross-builds

Sebastian Dröge requested to merge slomo/gst-plugins-rs:cross-builds into master

TODO

  • Windows build fails because tokio::UdpSocket (and mio::UdpSocket) don't implement AsRawSocket on Windows
  • ARM build fails because rust-openssl really wants its library available. We can probably install it via Debian's multi-arch support
Edited by Sebastian Dröge

Merge request reports