mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-21 21:47:39 -05:00
The debug-tools workflow cross-compiles for x86_64-unknown-linux-musl, but tokio-uring 0.5.0 requires libc::statx which is unavailable on musl. Skip the tokio-uring dependency on musl and fall back to sync io_uring reads.