Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.aspect.build/llms.txt

Use this file to discover all available pages before exploring further.

Every Workflows deployment includes a remote cluster that complies with the Bazel Remote Execution Protocol v2. You can enable Remote Build Execution with minimal setup. This lets you create tailored runners for individual jobs and configure them throughout the build tree. You can efficiently parallelize jobs. Many runners process pending actions without repeating work. Manage costs by provisioning large workers for large actions, then spinning them down when done. Smaller actions continue on less powerful workers. RBE supports arm64 and amd64 simultaneously. Use this capability to provision a cluster for cross-compilation, publishing, and other cross-platform use cases.

Benefits of remote execution

  • Speed: Offload builds to powerful, scalable infrastructure, reducing build times.
  • Scalability: Dynamically scale resources based on workload demands.
  • Cost Efficiency: Optimize resource usage and reduce costs by using only what you need.
  • Consistency: Ensure consistent build environments across different machines and teams.