]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/ci-avoid-broken-sudo-on-ubuntu' into maint-2.51
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 20:41:38 +0000 (13:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 20:41:38 +0000 (13:41 -0700)
commit73f63c39ad2f9fca46dc530d8bf8603bbbd9a673
tree86e300604106cfad17947379754f9932573d5400
parent2ba32befc9c71a5ba9314d9661d16639883ce4d4
parentfddb4842552b70a8b46a9dd8a2a450b973d3dd1e
Merge branch 'ps/ci-avoid-broken-sudo-on-ubuntu' into maint-2.51

Our CI script requires "sudo" that can be told to preserve
environment, but Ubuntu replaced with "sudo" with an implementation
that lacks the feature.  Work this around by reinstalling the
original version.

* ps/ci-avoid-broken-sudo-on-ubuntu:
  ci: fix broken jobs on Ubuntu 25.10 caused by switch to sudo-rs(1)