Merge "Revert "Add workaround for a file with an mtime in the future"" into main
This commit is contained in:
@@ -1389,9 +1389,6 @@ func createCommand(cmd *RuleBuilderCommand, buildStatement *bazel.BuildStatement
|
||||
cmd.ImplicitOutput(PathForBazelOut(ctx, outputPath))
|
||||
}
|
||||
}
|
||||
for _, inputPath := range buildStatement.OrderOnlyInputs {
|
||||
cmd.OrderOnly(PathForBazelOut(ctx, inputPath))
|
||||
}
|
||||
for _, inputPath := range buildStatement.InputPaths {
|
||||
cmd.Implicit(PathForBazelOut(ctx, inputPath))
|
||||
}
|
||||
|
Reference in New Issue
Block a user