Merge "Revert "Add workaround for a file with an mtime in the future"" into main

This commit is contained in:
Cole Faust
2023-07-22 04:01:59 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 25 deletions

View File

@@ -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))
}