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
Locally generating the docs worked and also my github workflow runs all tests successfully.
I think at the core of this problem is the following:
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Compiling tensorflow-sys v0.24.0
[INFO] [stderr] error: failed to run custom build command for `tensorflow-sys v0.24.0`
The build environment has some troubles to build tensorflow-sys.
Is there a chance, that I can make some specification that can help?
Is there any other way to run the build for docs.rs?
What will be the next steps?
Thank you for every help!
All my best,
Harald Locke
The text was updated successfully, but these errors were encountered:
In this case you see there is a special private/docs-rs feature.
My guess is they are using one of the techniques for building with system dependencies:
having a private feature that makes your crate build without the system dependencies, since most of the time the API/interface you're documenting doesn't actually change depending on the system dependency.
Crate name
rustai_abalone
Build failure link
https://docs.rs/crate/rustai_abalone/0.1.1/builds/1614420
Additional details
Hello everyone,
Locally generating the docs worked and also my github workflow runs all tests successfully.
I think at the core of this problem is the following:
The build environment has some troubles to build tensorflow-sys.
Is there a chance, that I can make some specification that can help?
Is there any other way to run the build for docs.rs?
What will be the next steps?
Thank you for every help!
All my best,
Harald Locke
The text was updated successfully, but these errors were encountered: