Docs not built on target platform, causing failures
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.2k
- Forks
- 232
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 60
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked docs.rs build failure and the [package.metadata.docs.rs] sections in getargv and getargv-sys Cargo.toml files. Trace how the getargv-sys dependency is built for the x86_64-apple-darwin and aarch64-apple-darwin targets. Done means both documented target builds complete without the incompatible system or command failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100