mirror of
https://github.com/openharmony/third_party_rust_mio.git
synced 2026-07-18 12:25:42 -04:00
31913f4e72
We never really supported Solaris, we pretended it implemented epoll, but it never did see https://github.com/tokio-rs/mio/issues/1152. As no one ever committed to being a maintainer for the port I'm removing it now with this commit. Instead replace it with illumuos on the CI, which we do support (as it supports epoll) and for which we do have maintainers.