docs.rs should ignore .cargo/config

Created on 21 Mar 2020  路  10Comments  路  Source: rust-lang/docs.rs

Fixing this should be basically the same steps as https://github.com/rust-lang/docs.rs/issues/555#issuecomment-571950211, rustwide should remove .cargo/config before starting the build.

_Originally posted by @jyn514 in https://github.com/rust-lang/docs.rs/issues/647#issuecomment-602042380_

Most helpful comment

Yes, it was. Thank you so much!

All 10 comments

i'll try working on it

This won't be fixed until we bump the version of rustwide.

I'm maintaining a crate whose docs.rs builds fail because of this issue. Do you plan to bump rustwide soon or should I try work around it?

758 will have a rustwide bump once the async changes are released, though that may take some time, so a small PR bumping to 0.7.0 to get this fix out seems useful.

I'll make a PR updating it.

Thanks a lot!

That was quick, thank you! Is there a way to rerun a failed docs.rs build or do I need to push a new version?

I can rerun the build for you. What crate and version?

I guessed that it was bootloader 0.9.3, it just rebuilt successfully :) https://docs.rs/crate/bootloader/0.9.3

Yes, it was. Thank you so much!

Was this page helpful?
0 / 5 - 0 ratings