Open
Description
At the moment, if content is added which fails to build, the entire build process exits early.
This blocks updates for all other users as no new builds will successfully complete. Two things need to be addressed to resolve this:
- Failures should be detected, and removed from the built content individually, so that the overall build can complete.
- GitHub issues can then be automatically created in offending repos, or as a fallback an issue can be created here with the details for content without a repo attached (we can then manually ping the owner).