riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.02k stars 69 forks source link

Tests fail on Arm #131

Closed teburd closed 3 years ago

teburd commented 4 years ago

The test suite fails to run on Arm, specifically a raspberry pi, the failures seem rooted in dashmap. When looking at dashmap it seems riker is using an unreleased version of dashmap which has a lot of code churn. Would it make sense to use the stable dashmap until its released possibly?

teburd commented 4 years ago

Just an update on this, the author of dashmap is effectively closing issues immediately on the unreleased version, which I think is telling that they were not ready for this to really be depended on yet

https://github.com/xacrimon/dashmap/issues/95