@leroysheep / LeeRoySheep / commits / 3fb745257b

ci updates

This batch is solely to unbreak the 32-bit CI jobs that can no longer work with Ubuntu xenial image that is too ancient. Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Sep 16, 2024 at 15:31 UTC 3fb745257b30a643ee78c9a7c52ab107c82e4745
1 file changed +4
Documentation/RelNotes/2.47.0.txt
+4
index 86d2596bcc..7f2efe98aa 100644 --- a/Documentation/RelNotes/2.47.0.txt +++ b/Documentation/RelNotes/2.47.0.txt @@ -136,6 +136,10 @@ Performance, Internal Implementation, Development Support etc. * "git cat-file" works well with the sparse-index, and gets marked as such. + * CI started failing completely for linux32 jobs, as the step to + upload failed test directory uses GitHub actions that is deprecated + and is now disabled. + Fixes since v2.46 -----------------