Jonathan Nieder wrote:
> The other thing that surprised me was that experimental, which
> includes all patches in "next", also continued to fail tests on 64-bit
> big endian architectures, though now that I check again in the
> experimental buildd logs that is yet another, different failure!
Reproduced on zelenka using unpatched upstream source:
On v2.50.0-rc1-743-g996102cc4f (current "next"):
make
cd t
./t0001-init.sh -v -i
fails with
BUG: read-cache.c:338: unsupported ce_mode: 24440200000
Aborted
not ok 37 - bare & --separate-git-dir incompatible within worktree
On v2.50.0-rc1-77-g83cb7ae638 (current "main") the result is the same.
On v2.49.0-9-gd50a5e8939 ("maint") the test passes.
./t4014-format-patch.sh passes there as well. Curious.