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
When using a runtime net you need to give an absolute path to the network
error: NoAbsoluteNetPathWithRuntimeNet
/tmp/tmpy4g03c6l/StockDory/StockDory-tmp/build.zig:11:13: 0x14a1a31 in build (build)
            return error.NoAbsoluteNetPathWithRuntimeNet;
            ^
/home/ss/.zvm/0.14.1/lib/std/Build.zig:2428:25: 0x1492f87 in runBuild__anon_24579 (build)
        .error_union => try build_zig.build(b),
                        ^
/home/ss/.zvm/0.14.1/lib/compiler/build_runner.zig:339:9: 0x148bcbc in main (build)
        try builder.runBuild(root);
        ^
error: the following build command failed with exit code 1:
/tmp/tmpy4g03c6l/StockDory/StockDory-tmp/.zig-cache/o/d33e7e7340166755fd36d45f19bda76d/build /home/ss/.zvm/0.14.1/zig /home/ss/.zvm/0.14.1/lib /tmp/tmpy4g03c6l/StockDory/StockDory-tmp /tmp/tmpy4g03c6l/StockDory/StockDory-tmp/.zig-cache /home/ss/.cache/zig --seed 0xdff4ba0b -Zd9ec50dfb31a938c --release=fast install -Druntime_net
make: *** [Makefile:25: default] Error 1