std.Build.Step.Run: add stdin to cache manifest
This commit is contained in:
@@ -431,6 +431,10 @@ fn make(step: *Step, prog_node: *std.Progress.Node) !void {
|
||||
}
|
||||
}
|
||||
|
||||
if (self.stdin) |bytes| {
|
||||
man.hash.addBytes(bytes);
|
||||
}
|
||||
|
||||
if (self.captured_stdout) |output| {
|
||||
man.hash.addBytes(output.basename);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user