Git 2.23.0 no longer builds on NonStop x86. Reference to pthreads is not permitted in s non-pthread build.
**** ERROR **** [1210]:
libgit.a(ipc-unix-socket.o): In function `thread_block_sigpipe':
ipc-unix-socket.o(.text+0xb87): unresolved reference to pthread_sigmask.
We are not building with pthreads. This is net-new for 2.32.0-rc0, not seen in 2.31.0.
I'm unsure as to why this file is even being included in a non-thread build.
Randall