git submodule update --init --recursive --depth 1
fatal: not a git repository (or any of the parent directories): .git
make: [Makefile:16: net] Error 128 (ignored)
zig build --release=fast install -Druntime_net
error: FileNotFound
/root/.zvm/0.15.2/lib/std/posix.zig:1861:23: 0x11065a7 in openatZ (std.zig)
.NOENT => return error.FileNotFound,
^
/root/.zvm/0.15.2/lib/std/fs/Dir.zig:1336:21: 0x1249651 in realpathZ (std.zig)
else => |e| return e,
^
/root/.zvm/0.15.2/lib/std/fs/Dir.zig:1315:5: 0x1206680 in realpath (std.zig)
return self.realpathZ(&pathname_c, out_buffer);
^
/tmp/tmprsncaiv3/Pawnocchio/Pawnocchio-tmp/build.zig:41:26: 0x11d3e8f in build (build.zig)
const net_absolute = try std.fs.cwd().realpath(net, &net_abs_buf);
^
/root/.zvm/0.15.2/lib/std/Build.zig:2215:25: 0x11d7556 in runBuild__anon_23564 (std.zig)
.error_union => try build_zig.build(b),
^
/root/.zvm/0.15.2/lib/compiler/build_runner.zig:366:9: 0x11b9109 in main (build_runner.zig)
try builder.runBuild(root);
^
error: the following build command failed with exit code 1:
.zig-cache/o/4c9c0be35cf4d6bdfa34b3c8a7ce4872/build /root/.zvm/0.15.2/zig /root/.zvm/0.15.2/lib /tmp/tmprsncaiv3/Pawnocchio/Pawnocchio-tmp .zig-cache /root/.cache/zig --seed 0x7f9edd2 -Zb89c7ab912bc4d0e --release=fast install -Druntime_net
make: *** [Makefile:25: default] Error 1