rust-embedded / rust-embedded/meta-rust-bin
Make use of Profile Name Overrides in Config/Env
Nobody has claimed this yet.
- Dominant language
- BitBake
- Stars
- 124
- Forks
- 92
- Avg merge
- 6h 54m
- Merged PRs (30d)
- 2
Description
https://doc.rust-lang.org/stable/cargo/reference/config.html#profilenamebuild-override is now available so some of the things we would like to do in this layer are now possible on stable. Examples include forcing builds to be done with debug symbols so we can do the proper split debug later, etc.
CC @nastevens
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 Cargo profile name override documentation linked in the issue, then inspect how this layer currently handles configuration and environment settings. Done means the relevant profile overrides can be used on stable Cargo for cases such as retaining debug symbols for later splitting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100