Home
last modified time | relevance | path

Searched refs:StageBootstrap (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/bootstrap/
Dbootstrap.go132 if mod, ok := mctx.Module().(bootstrapGoCore); !ok || mod.BuildStage() != StageBootstrap {
138 m.SetBuildStage(StageBootstrap)
315 } else if g.config.stage != StageBootstrap {
430 } else if g.config.stage != StageBootstrap {
449 if stage == StageBootstrap {
646 if binaryModule.BuildStage() == StageBootstrap {
710 if testModule.BuildStage() == StageBootstrap {
719 case StageBootstrap:
Dconfig.go50 StageBootstrap Stage = iota const
Dcommand.go80 stage = StageBootstrap
95 …erModuleType("bootstrap_core_go_binary", newGoBinaryModuleFactory(bootstrapConfig, StageBootstrap))