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
/home/aron/.zvm/0.14.1/lib/std/posix.zig:1828:23: 0x141c77d in openatZ (build)
.NOENT => return error.FileNotFound,
^
/home/aron/.zvm/0.14.1/lib/std/fs/Dir.zig:1308:21: 0x14bf27d in realpathZ (build)
else => |e| return e,
^
/home/aron/.zvm/0.14.1/lib/std/fs/Dir.zig:1287:5: 0x14a2d48 in realpath (build)
return self.realpathZ(&pathname_c, out_buffer);
^
/tmp/tmpsbv809bs/Pawnocchio/Pawnocchio-tmp/build.zig:41:26: 0x14a0e83 in build (build)
const net_absolute = try std.fs.cwd().realpath(net, &net_abs_buf);
^
/home/aron/.zvm/0.14.1/lib/std/Build.zig:2428:25: 0x1491ec7 in runBuild__anon_24764 (build)
.error_union => try build_zig.build(b),
^
/home/aron/.zvm/0.14.1/lib/compiler/build_runner.zig:339:9: 0x148ab12 in main (build)
try builder.runBuild(root);
^
error: the following build command failed with exit code 1:
/tmp/tmpsbv809bs/Pawnocchio/Pawnocchio-tmp/.zig-cache/o/f86508394ad30a1e3805a5ecc0283bb4/build /home/aron/.zvm/0.14.1/zig /home/aron/.zvm/0.14.1/lib /tmp/tmpsbv809bs/Pawnocchio/Pawnocchio-tmp /tmp/tmpsbv809bs/Pawnocchio/Pawnocchio-tmp/.zig-cache /home/aron/.cache/zig --seed 0xccfc3b4f -Zc9da29b1cb4f65fd --release=fast install -Druntime_net
make: *** [Makefile:25: default] Error 1