| author | |
| committer | |
| log | 18a568ca576d5e4f8051c5e337563a0c8cc52b04 |
| tree | 38e8c139b264bd7d75716625471f91f444bfaacb |
| parent | dc5feb49ebfee6e2af6f76dd45466760aac9f795 |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/compiler/Maker.zig+1| ... | ... | @@ -1298,6 +1298,7 @@ fn configure(graph: *Graph, options: ConfigureOptions) !ScannedConfig { |
| 1298 | 1298 | any_errors = true; |
| 1299 | 1299 | continue; |
| 1300 | 1300 | } |
| 1301 | log.info("fetching lazy dependency {s}", .{hash}); | |
| 1301 | 1302 | try unlazy_set.put(arena, .fromSlice(hash), {}); |
| 1302 | 1303 | } |
| 1303 | 1304 | if (any_errors) return error.FailedButCacheIntact; |