Closed Oliboy50 closed 2 years ago
Is it missing some rustdoc
component here: https://github.com/emk/rust-musl-builder/blob/master/Dockerfile#L141-L149
it seems that you just need to update the Rust version to 1.52.0
to fix my issue
because these rustdoc::
stuff was added in 1.52.0
so #122 or #123 should fix this 🤞
This is blocked on #126. Thank you for reporting the issue!
We now have up-to-date nightly builds using GitHub CI! Thank you to everyone for the encouragement.
What did you try to do?
I tried to run
docker run --rm -it [-v ...] ekidd/rust-musl-builder cargo build --release
on a project which depends on the official AWS SDK for RustWhat happened?
What did you hope to happen?
Compiling works without error... I think it misses some "rustdoc" dependencies for that (maybe using some
rustup component add ...
commands or something), but I can't tell which one...All I can say is that I am able to run
cargo check
on MacOS with a default rustup installation 🤷Additional information
I created an issue on AWS side too: https://github.com/awslabs/aws-sdk-rust/issues/156 ... because I can't tell who's wrong in this story