Searched defs:BuildType (Results 1 – 5 of 5) sorted by relevance
160 def _build(build_type: BuildType, run_dir: Path) -> BuildInfo:231 run_dir: Path, build_type: ui.BuildType, cujstep: cuj_catalog.CujStep
80 def skip_for(*build_types: util.BuildType):
74 class BuildType(enum.Enum): class
307 BuildType *string `json:",omitempty"` member
1095 func (c *config) BuildType() string { func