| ... | @@ -1254,7 +1254,7 @@ fn configure(graph: *Graph, options: ConfigureOptions) !ScannedConfig { | ... | @@ -1254,7 +1254,7 @@ fn configure(graph: *Graph, options: ConfigureOptions) !ScannedConfig { |
| 1254 | const tmp_dir_sub_path = "tmp" ++ Dir.path.sep_str ++ std.fmt.hex(rand_int); | 1254 | const tmp_dir_sub_path = "tmp" ++ Dir.path.sep_str ++ std.fmt.hex(rand_int); |
| 1255 | const config_tmp_path: Path = .{ | 1255 | const config_tmp_path: Path = .{ |
| 1256 | .root_dir = graph.local_cache_root, | 1256 | .root_dir = graph.local_cache_root, |
| 1257 | .sub_path = tmp_dir_sub_path, | 1257 | .sub_path = try arena.dupe(u8, tmp_dir_sub_path), |
| 1258 | }; | 1258 | }; |
| 1259 | const config_tmp_file: Io.File = try config_tmp_path.root_dir.handle.createFile( | 1259 | const config_tmp_file: Io.File = try config_tmp_path.root_dir.handle.createFile( |
| 1260 | io, | 1260 | io, |