Struct lal::BuildOptions [] [src]

pub struct BuildOptions {
    pub name: Option<String>,
    pub configuration: Option<String>,
    pub container: Container,
    pub release: bool,
    pub version: Option<String>,
    pub sha: Option<String>,
    pub force: bool,
    pub simple_verify: bool,
}

Configurable build flags for lal build

Fields

Component to build if specified

Configuration to use for the component if specified

Container to run the ./BUILD script in

Create release tarball in ./ARTIFACT

An explicit version to put in the lockfile

An explicit sha changeset id to put in the lockfile

Ignore verify failures

Use the simple verify algorithm