Crate buildsrs_builder

source ·
Expand description

Buildsrs Builder

This crate implements the functionality of building crate artifacts. It receives jobs from the backend, telling it which crates to build and which artifacts. It builds the crates using whichever strategy it is configured to use, by default it will use Docker. It streams the progress while the build is in progress, and finally signs and uploads the artifacts.

Structs

Enums

  • Build logs and final file.

Traits

Type Aliases