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
You may be able to give a hint to solve the following problem.
I have published a crate that uses inari, called m2csmt. As you can see by following the link, the build on docs.rs failed. The build logs shows that the problem arises because of a missing target-cpu=haswell. Yet, it is specified in .cargo/config.html as specified in your documentation, and I can build the doc locally without any problem.
I raised an issue on docs.rs, arguing that it seems to ignore the cargo config file, but they suggested instead to look at how you are doing it in inari. I could not see any significant difference with what I'm doing. Can you help ?
The eiche crate seems to have the same problem. Presumably, other crate writers may run into the same problem.
The text was updated successfully, but these errors were encountered:
You may be able to give a hint to solve the following problem.
I have published a crate that uses
inari
, called m2csmt. As you can see by following the link, the build on docs.rs failed. The build logs shows that the problem arises because of a missingtarget-cpu=haswell
. Yet, it is specified in.cargo/config.html
as specified in your documentation, and I can build the doc locally without any problem.I raised an issue on docs.rs, arguing that it seems to ignore the cargo config file, but they suggested instead to look at how you are doing it in inari. I could not see any significant difference with what I'm doing. Can you help ?
The eiche crate seems to have the same problem. Presumably, other crate writers may run into the same problem.
The text was updated successfully, but these errors were encountered: