-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rust docs for 0.13 failed to build #1270
Comments
The reason is that we skip the whole build script for build.rs: Lines 5 to 8 in f9c081c
Now that we have flatbuffers (that we thankfully compile with Rust code) we need to move that check below flatbuffers compilation. @PaulOlteanu would you mind sending a PR to fix this, please? |
To here? Line 47 in f9c081c |
Exactly, just move the check there and it should succeed. |
Bug Report
Issue description
The docs for release 0.13 of mediasoup for rust failed to build. Here's a direct link to the error.
I can't really try and help more in depth at the moment, but I do know you can try building docs locally to test the build https://github.com/rust-lang/docs.rs#build-subcommand.
The text was updated successfully, but these errors were encountered: