danielpclark / rutie

“The Tie Between Ruby and Rust.”
MIT License
940 stars 62 forks source link

Docs for version 0.8.0 build failed #126

Closed abinoam closed 3 years ago

abinoam commented 4 years ago

https://docs.rs/crate/rutie/0.8.0/builds/272356

danielpclark commented 4 years ago

Interesting... I didn't know about this. I think the first step would be to build the docs locally and see if that works before proceeding in diagnosing this.

pwoolcoc commented 3 years ago

It looks like it's failing when trying to create target/<profile>/deps. Typically build scripts are supposed to put artifacts in ENV['OUT_DIR'], so rutie should probably put the symlink to the .so there instead?

danielpclark commented 3 years ago

This is resolved for v0.8.2