Merge "Improve bazel action status mnemonics"
This commit is contained in:
commit
be9b9deef9
1 changed files with 2 additions and 1 deletions
|
@ -853,7 +853,8 @@ func (c *bazelSingleton) GenerateBuildActions(ctx SingletonContext) {
|
||||||
// build statement have later timestamps than the outputs.
|
// build statement have later timestamps than the outputs.
|
||||||
rule.Restat()
|
rule.Restat()
|
||||||
|
|
||||||
rule.Build(fmt.Sprintf("bazel %d", index), buildStatement.Mnemonic)
|
desc := fmt.Sprintf("%s: %s", buildStatement.Mnemonic, buildStatement.OutputPaths)
|
||||||
|
rule.Build(fmt.Sprintf("bazel %d", index), desc)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue