| ... | @@ -98,10 +98,6 @@ fn make(step: *Step, prog_node: std.Progress.Node) !void { | ... | @@ -98,10 +98,6 @@ fn make(step: *Step, prog_node: std.Progress.Node) !void { |
| 98 | var man = b.graph.cache.obtain(); | 98 | var man = b.graph.cache.obtain(); |
| 99 | defer man.deinit(); | 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 | const full_src_path = objcopy.input_file.getPath2(b, step); | 101 | const full_src_path = objcopy.input_file.getPath2(b, step); |
| 106 | _ = try man.addFile(full_src_path, null); | 102 | _ = try man.addFile(full_src_path, null); |
| 107 | man.hash.addOptionalBytes(objcopy.only_section); | 103 | man.hash.addOptionalBytes(objcopy.only_section); |