| ... | @@ -1298,6 +1298,7 @@ fn configure(graph: *Graph, options: ConfigureOptions) !ScannedConfig { | ... | @@ -1298,6 +1298,7 @@ fn configure(graph: *Graph, options: ConfigureOptions) !ScannedConfig { |
| 1298 | any_errors = true; | 1298 | any_errors = true; |
| 1299 | continue; | 1299 | continue; |
| 1300 | } | 1300 | } |
| | 1301 | log.info("fetching lazy dependency {s}", .{hash}); |
| 1301 | try unlazy_set.put(arena, .fromSlice(hash), {}); | 1302 | try unlazy_set.put(arena, .fromSlice(hash), {}); |
| 1302 | } | 1303 | } |
| 1303 | if (any_errors) return error.FailedButCacheIntact; | 1304 | if (any_errors) return error.FailedButCacheIntact; |