Merge "Revert "Enforce that output files are created in primary ninja execution"" into main
This commit is contained in:
@@ -99,10 +99,9 @@ type configImpl struct {
|
||||
// Autodetected
|
||||
totalRAM uint64
|
||||
|
||||
brokenDupRules bool
|
||||
brokenUsesNetwork bool
|
||||
brokenNinjaEnvVars []string
|
||||
brokenMissingOutputs bool
|
||||
brokenDupRules bool
|
||||
brokenUsesNetwork bool
|
||||
brokenNinjaEnvVars []string
|
||||
|
||||
pathReplaced bool
|
||||
|
||||
@@ -1609,14 +1608,6 @@ func (c *configImpl) BuildBrokenNinjaUsesEnvVars() []string {
|
||||
return c.brokenNinjaEnvVars
|
||||
}
|
||||
|
||||
func (c *configImpl) SetBuildBrokenMissingOutputs(val bool) {
|
||||
c.brokenMissingOutputs = val
|
||||
}
|
||||
|
||||
func (c *configImpl) BuildBrokenMissingOutputs() bool {
|
||||
return c.brokenMissingOutputs
|
||||
}
|
||||
|
||||
func (c *configImpl) SetTargetDeviceDir(dir string) {
|
||||
c.targetDeviceDir = dir
|
||||
}
|
||||
|
Reference in New Issue
Block a user