| ... | @@ -58,7 +58,7 @@ pub const WriteFileStep = struct { | ... | @@ -58,7 +58,7 @@ pub const WriteFileStep = struct { |
| 58 | // TODO port the cache system from stage1 to zig std lib. Until then we use blake2b | 58 | // TODO port the cache system from stage1 to zig std lib. Until then we use blake2b |
| 59 | // directly and construct the path, and no "cache hit" detection happens; the files | 59 | // directly and construct the path, and no "cache hit" detection happens; the files |
| 60 | // are always written. | 60 | // are always written. |
| 61 | var hash = std.crypto.hash.blake2.Blake2b384.init(); | 61 | var hash = std.crypto.hash.blake2.Blake2b384.init(.{}); |
| 62 | | 62 | |
| 63 | // Random bytes to make WriteFileStep unique. Refresh this with | 63 | // Random bytes to make WriteFileStep unique. Refresh this with |
| 64 | // new random bytes when WriteFileStep implementation is modified | 64 | // new random bytes when WriteFileStep implementation is modified |