dpc / mioco.pre-0.9

Scalable, coroutine-based, asynchronous IO handling library for Rust programming language. (aka MIO COroutines).
Mozilla Public License 2.0
457 stars 30 forks source link

Missing openwrt/mipsel support #143

Closed tomsiwik closed 8 years ago

tomsiwik commented 8 years ago

nix builds on openwrt now (mipsel-unknown-linux-musl), mioco aswell as mio are lacking the new support. Are there any plans to upgrade the dependancies any time soon to extend the platform range? Thank you.

dpc commented 8 years ago

I updated mioco deps, and released 0.7.0. Mio is still in 0.5.1, and pulls previous nix release, so I don't if it helps you at all. I plan keep updating mio dependency as it's released. Is there anything else that isn needed to get mipsel support?

tomsiwik commented 8 years ago

Thanks for the quick response. I linked the issue on mio's git repo. I didn't find any old dependency yet that would break the build. Let's just wait for now...

dpc commented 8 years ago

Not actionable from my side, I guess, so closing.