Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuilderParams ¶
type BuilderParams struct {
Runner utils.RunnerInterface
Options Options
InputFile string
InstallConfigs utils.Configurations
Setup bool
BuildContext string
ImageOnly bool
Executes bool
}
func (BuilderParams) GetInternalVars ¶
func (b BuilderParams) GetInternalVars() (vars InternalVars, err error)
type IBuilderInterface ¶
type InternalVars ¶
type Options ¶
type Options struct {
IntDir string
OutDir string
LockFile string
LogFile string
Generator string
Target string
Contexts []string
Filter string
Load string
Output string
Toolchain string
TargetSet string
Jobs int
Quiet bool
Debug bool
Verbose bool
Clean bool
SchemaChk bool
Packs bool
Rebuild bool
UpdateRte bool
UseContextSet bool
UseTargetSet bool
FrozenPacks bool
UseCbuild2CMake bool
NoDatabase bool
}
Click to show internal directories.
Click to hide internal directories.