Home / Companies / Aspect Build / Blog / September 2025

September 2025 Summaries

2 posts from Aspect Build

Filter
Month: Year:
Post Summaries Back to Blog
Aspect is offering a free limited-time access to its Aspect Workflows platform for open-source projects, aiming to enhance CI/CD processes within the Bazel community. Built on Buildkite, the platform supports integration with other CI systems like CircleCI and GitHub Actions, and has been successfully tested with Aspect's own projects and various Bazel rulesets. The platform provides fast CI through persistent runners, a detailed UI for identifying failed tests or build steps, real-time feedback in GitHub, and a managed Buildbarn for remote caching and execution. The program operates in a shared environment, making it suitable for public open-source projects, although it may not be ideal for confidential code due to the lack of a formal SLA and potential startup delays. Interested open-source project maintainers are encouraged to sign up through Aspect's portal to take advantage of these features.
Sep 19, 2025 328 words in the original blog post.
Aspect's command line interface (CLI) has historically featured an init command for setting up a new Bazel workspace, but despite its customization benefits, it has limitations such as needing to install the Aspect Build CLI and lacking an easy GitHub integration for sharing configurations. To address these issues, Aspect introduced template repositories, which utilize continuous integration presets tailored for different programming languages or include comprehensive setups. These templates are hosted under separate repositories on GitHub at https://github.com/bazel-starters and feature a variety of tools and integrations like curated bazelrc flags, developer environment setups, built-in formatting and linting, pre-commit hooks, language-specific package manager support, Docker container usage, and code generation tools. The README files for these repositories are executable as Bourne Shell scripts within the CI process, ensuring reliable instructions. Aspect plans to announce further enhancements at BazelCon 2025, making these starter templates even more beneficial for users.
Sep 15, 2025 670 words in the original blog post.