| ... | ... | @@ -98,10 +98,6 @@ fn make(step: *Step, prog_node: std.Progress.Node) !void { |
| 98 | 98 | var man = b.graph.cache.obtain(); |
| 99 | 99 | defer man.deinit(); |
| 100 | 100 | |
| 101 | | // Random bytes to make ObjCopy unique. Refresh this with new random |
| 102 | | // bytes when ObjCopy implementation is modified incompatibly. |
| 103 | | man.hash.add(@as(u32, 0xe18b7baf)); |
| 104 | | |
| 105 | 101 | const full_src_path = objcopy.input_file.getPath2(b, step); |
| 106 | 102 | _ = try man.addFile(full_src_path, null); |
| 107 | 103 | man.hash.addOptionalBytes(objcopy.only_section); |