mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
std.Build.Step.Run: add stdin to cache manifest
This commit is contained in:
parent
2d6d2a1d11
commit
a2f54fce53
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user