| ... | @@ -189,11 +189,6 @@ fn make(step: *Step, prog_node: std.Progress.Node) !void { | ... | @@ -189,11 +189,6 @@ fn make(step: *Step, prog_node: std.Progress.Node) !void { |
| 189 | var man = b.graph.cache.obtain(); | 189 | var man = b.graph.cache.obtain(); |
| 190 | defer man.deinit(); | 190 | defer man.deinit(); |
| 191 | | 191 | |
| 192 | // Random bytes to make WriteFile unique. Refresh this with | | |
| 193 | // new random bytes when WriteFile implementation is modified | | |
| 194 | // in a non-backwards-compatible way. | | |
| 195 | man.hash.add(@as(u32, 0xc2a287d0)); | | |
| 196 | | | |
| 197 | for (write_file.files.items) |file| { | 192 | for (write_file.files.items) |file| { |
| 198 | man.hash.addBytes(file.sub_path); | 193 | man.hash.addBytes(file.sub_path); |
| 199 | | 194 | |