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 -Dnet=/home/ss/Verdict/Client/Networks/3FA1C195
install
+- install pawnocchio
   +- zig build-exe pawnocchio ReleaseFast native 1 errors
src/history.zig:273:30: error: expected type 'i16', found 'i32'
            tunable_constants.material_scaling_pawn,
            ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
src/history.zig:273:30: note: signed 16-bit int cannot represent all possible signed 32-bit values
referenced by:
    qsearch__anon_58941: src/Searcher.zig:351:55
    qsearch__anon_58611: src/Searcher.zig:426:36
    14 reference(s) hidden; use '-freference-trace=16' to see all references
error: the following command failed with 1 compilation errors:
/home/ss/.zvm/0.14.1/zig build-exe -fomit-frame-pointer -OReleaseFast --dep net -Mroot=/tmp/tmpik263g1u/Pawnocchio/Pawnocchio-tmp/src/main.zig -Mnet=/home/ss/Verdict/Client/Networks/3FA1C195 --cache-dir /tmp/tmpik263g1u/Pawnocchio/Pawnocchio-tmp/.zig-cache --global-cache-dir /home/ss/.cache/zig --name pawnocchio --zig-lib-dir /home/ss/.zvm/0.14.1/lib/ --listen=- 
Build Summary: 0/3 steps succeeded; 1 failed
install transitive failure
+- install pawnocchio transitive failure
   +- zig build-exe pawnocchio ReleaseFast native 1 errors
error: the following build command failed with exit code 1:
/tmp/tmpik263g1u/Pawnocchio/Pawnocchio-tmp/.zig-cache/o/f90c01aac97106bf6373802d489c1245/build /home/ss/.zvm/0.14.1/zig /home/ss/.zvm/0.14.1/lib /tmp/tmpik263g1u/Pawnocchio/Pawnocchio-tmp /tmp/tmpik263g1u/Pawnocchio/Pawnocchio-tmp/.zig-cache /home/ss/.cache/zig --seed 0xcd8dd5a -Z729f3a3d020ac118 --release=fast install -Dnet=/home/ss/Verdict/Client/Networks/3FA1C195
make: *** [Makefile:25: default] Error 1