Skip to content

Docs not built on target platform, causing failures #1957

Open
@CamJN

Description

@CamJN

Crate name

getargv

Build failure link

https://docs.rs/crate/getargv/0.1.1/builds/701636

Additional details

This crate has a dep getargv-sys which requires an apple OS to build, I specify:

[package.metadata.docs.rs]
targets = ["x86_64-apple-darwin", "aarch64-apple-darwin"]

In both crates' Cargo.toml; but when docs.rs builds the getargv crate, the getargv-sys crate is built with an incompatible system/command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-buildsArea: Building the documentation for a crateE-hardEffort: This will require a lot of work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions