thehydroimpulse / nanomsg.rs

Nanomsg library for Rust
Other
391 stars 56 forks source link

check os for linux to skip ENOTSUP #164

Closed ksaritek closed 7 years ago

ksaritek commented 7 years ago

commited issue

can not build at debian #163

blabaere commented 7 years ago

The Travis build failure looks related to a to how the tests are dealing with timeout but the AppVeyor build failure is really strange. I'll try to have a closer look.

ksaritek commented 7 years ago

Ok, by the way for now we use forked nanomsg at linux because of issue that I commited. When you have a look, we will put official dependency for nanomsg at toml.

blabaere commented 7 years ago

I will merge a PR that fixes this problem and upgrades to the latest libc. By the way, the failing test on travis is not related to a timeout but seems very much like a real bug in how the subscribe socket option is implemented. I will file an issue for that later.

blabaere commented 7 years ago

Fixed with #165