You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My crate has the inari crate as a dependency. Inari requires an haswell CPU, and docs.rs raises the error above during the build. I configured .cargo/config.toml accordingly, but docs.rs seems to ignore it.
What can I do ?
The text was updated successfully, but these errors were encountered:
I don't have much time to dig into how your package and inari interact, but here some points where you can start looking:
For these kind of errors it's always good to look into how the dependency itself builds the docs, it the build is successful. Specifically, you can look at the docs.rs metadata in the cargo.toml file and what features are activated for docs.
I still cannot make it work. I won't spend more time on this issue. One can use my m2csmt package after adding these lines to their .cargo/config.toml, and that seems OK to me for now:
Crate name
m2csmt-0.1.2
Build failure link
https://docs.rs/crate/m2csmt/0.1.2/builds/1579956/x86_64-unknown-linux-gnu.txt
Additional details
My crate has the inari crate as a dependency. Inari requires an haswell CPU, and docs.rs raises the error above during the build. I configured
.cargo/config.toml
accordingly, but docs.rs seems to ignore it.What can I do ?
The text was updated successfully, but these errors were encountered: