You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✍️ *Description of changes:*
The [docs.rs
build](https://docs.rs/crate/metrique-aggregation/latest/builds/2825680)
failed for metrique aggregation because of a bug (? I am investigating)
where even though the dev-dependency included the `emf` feature, it
wans't available when scraping the example.
This PR:
1. Fixes the issue by adding a `__build_examples` feature
2. Adds a new script and CI target that faithfully simulate docs.rs
build by actually packaging each crate first
3. Adds this script to GitHub actions
I verified that the github action failed before I added the fix:
https://github.com/awslabs/metrique/actions/runs/21071514566/job/60602148756
🔏 *By submitting this pull request*
- [x] I confirm that I've made a best effort attempt to update all
relevant documentation.
- [x] I confirm that my contribution is made under the terms of the
Apache 2.0 license.
0 commit comments