File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ pub const InitializeDiskStep = struct {
414
414
415
415
const disk_image_path = switch (builtin .os .tag ) {
416
416
.linux = > blk : {
417
- var self_pid = std .os .linux .getpid ();
417
+ const self_pid = std .os .linux .getpid ();
418
418
break :blk b .fmt ("/proc/{}/fd/{}" , .{ self_pid , disk .handle });
419
419
},
420
420
@@ -506,7 +506,7 @@ pub const InitializeDiskStep = struct {
506
506
const b = step .owner ;
507
507
_ = progress ;
508
508
509
- const ids = @fieldParentPtr (InitializeDiskStep , "step" , step );
509
+ const ids : * InitializeDiskStep = @fieldParentPtr ("step" , step );
510
510
511
511
var man = b .cache .obtain ();
512
512
defer man .deinit ();
Original file line number Diff line number Diff line change 7
7
.hash = "1220a1f050f3a67785cbe68283b252f02f72885eea80d6a9e1856b02cd66deaf1492" ,
8
8
},
9
9
},
10
+ .paths = .{
11
+ "build.zig" ,
12
+ "build.zig.zon" ,
13
+ "README.md" ,
14
+ "src" ,
15
+ },
10
16
}
You can’t perform that action at this time.
0 commit comments