Skip to content

linux target does not appear in docs.rs even targets in metadata is set #1556

@ghost

Description

Crate name

xingapi

Build failure link

https://docs.rs/crate/xingapi/0.3.3/builds/465678

Additional details

After I released 0.3.0, I noticed that doc for x86_64-unknown-linux-gnu target is missing in docs.rs. But I was able to build the documentation locally with that target. Anyway, I've released some new versions to fix these issues.

0.3.1

  • Use ignore attribute for markdown code blocks to fix doc tests in Linux

0.3.2

  • Do not use ignore attribute for markdown code blocks (now doc tests fail)
  • Make doc tests disabled in Cargo.toml (All cargo tests except doc tests succeed)
  • Make examples compilable in Linux

0.3.3

  • Remove Windows-specific markdown code blocks in cross platform module (doc tests succeed)
  • Make doc tests enabled in Cargo.toml

None of these attempts to fix the problem have been successful. targets and default-target in Cargo.toml already set. Could someone please tell me what I am doing wrong? I don't even know where and how to view the build failure log.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions