AcademySoftwareFoundation / AcademySoftwareFoundation/openvdb
[BUILD] Cache build artifacts in CI runs
- Dominant language
- C++
- Stars
- 3.4k
- Forks
- 774
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 34
Description
Right now the easiest way to get up and running with this project is to build it yourself, however this is sometimes complex (in my case: I keep my machine free of vcpkg so that we don't accidentally sneak in vcpkg based dependencies into our internally developed software).
It would be quite nice to have the CI build artifacts to fall back to so we can just download the built resources directly.
Contributor guide
Research direction
Start by inspecting the repository's CI workflow configuration and existing build jobs to see what artifacts they produce. Determine which built resources should be retained and exposed for download, then verify that a CI run makes those artifacts available without requiring a local vcpkg installation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, github-actions
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100