AcademySoftwareFoundation / AcademySoftwareFoundation/aswf-docker
Leverage Conan for build order determination
Open
- Dominant language
- Python
- Stars
- 189
- Forks
- 42
- Avg merge
- 9h 38m
- Merged PRs (30d)
- 6
Description
Use:
```
conan graph build-order --format=json
```
to determine the correct build order instead of having to maintain hard coded "build levels" in versions.yaml
Contributor guide
Research direction
Start by locating the hard-coded build levels in versions.yaml and trace where those levels determine the build order. Run `conan graph build-order --format=json` for the project graph and compare its result with the current order. Done means the Conan-generated order is used and the manually maintained build levels are no longer required.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100