Died a quick death. Someone added a call to uncompress2, which is not
POSIX-compliant.
-----Original Message-----
From: rsbecker@nexbridge.com <redacted>
Sent: January 10, 2022 9:20 PM
To: 'git@vger.kernel.org' <redacted>
Subject: [BUG] Re: Git 2.35.0-rc0
Hi All,
Git 2.35.0-rc0 is not portable:
uncompress2(uncompressed + block_header_skip, &dst_len,
^
"/home/ituglib/randall/jenkins/.jenkins/workspace/Git_Pipeline/reftable/bloc
k.c", line 213: error(114):
identifier "uncompress2" is undefined
This is not a POSIX compliant call.
--Randall