From: Junio C Hamano Date: Mon, 16 Sep 2024 22:31:39 +0000 (-0700) Subject: ci updates X-Git-Tag: v2.47.0-rc0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fb745257b30a643ee78c9a7c52ab107c82e4745;p=thirdparty%2Fgit.git 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 --- diff --git a/Documentation/RelNotes/2.47.0.txt b/Documentation/RelNotes/2.47.0.txt 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 -----------------