Enable checkbuild by default
Temporarily enable checkbuild by default while we are adding lots of modules to the build. Change-Id: I26671d90b13fc2dcbb7a458a86e9be9cd070a918
This commit is contained in:
@@ -38,6 +38,7 @@ func (c *checkbuildSingleton) GenerateBuildActions(ctx blueprint.SingletonContex
|
|||||||
Rule: blueprint.Phony,
|
Rule: blueprint.Phony,
|
||||||
Outputs: []string{"checkbuild"},
|
Outputs: []string{"checkbuild"},
|
||||||
Implicits: deps,
|
Implicits: deps,
|
||||||
Optional: true,
|
// HACK: checkbuild should be an optional build, but force it enabled for now
|
||||||
|
//Optional: true,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user