-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Labels
A-buildsArea: Building the documentation for a crateArea: Building the documentation for a crateE-hardEffort: This will require a lot of workEffort: This will require a lot of work
Description
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
Labels
A-buildsArea: Building the documentation for a crateArea: Building the documentation for a crateE-hardEffort: This will require a lot of workEffort: This will require a lot of work