-
Notifications
You must be signed in to change notification settings - Fork 198
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
x86_64-unknown-linux-gnu missing from Platform list #1119
Comments
Well this is odd. The target builds successfully:
but it never gets added to the database, docs.rs just starts building the next target instead:
and that target does get added:
|
I don't think it's related to this bug, but this logic is also wrong: docs.rs/src/docbuilder/rustwide_builder.rs Lines 328 to 334 in 0e83b5d
It hardcodes that the default target is the host, which is not correct. |
One of these two conditions isn't being taken: docs.rs/src/docbuilder/rustwide_builder.rs Lines 429 to 433 in 0e83b5d
|
Crate name: pathos 0.2.0
Additional details:
My Cargo.toml contains this:
Docs.rs shows this:
x86_64-unknown-linux-gnu
has gone missing, and there's no build error. 😄The text was updated successfully, but these errors were encountered: