]> git.ipfire.org Git - thirdparty/git.git/commit
ci: fix broken jobs on Ubuntu 25.10 caused by switch to sudo-rs(1)
authorPatrick Steinhardt <ps@pks.im>
Fri, 10 Oct 2025 09:41:14 +0000 (11:41 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 11 Oct 2025 17:10:34 +0000 (10:10 -0700)
commitfddb4842552b70a8b46a9dd8a2a450b973d3dd1e
tree7b13730391181c41956f3934746941ac78d540cd
parentc44beea485f0f2feaf460e2ac87fdd5608d63cf0
ci: fix broken jobs on Ubuntu 25.10 caused by switch to sudo-rs(1)

Ubuntu 25.10 has been released. One prominent change in this version of
Ubuntu is the switch to some Rust-based utilities. Part of this switch
is also that Ubuntu now defaults to sudo-rs(1).

Unfortunately, this breaks our CI because sudo-rs(1) does not support
the `--preserve-env` flag. Let's revert back to the C-based sudo(1)
implementation to fix this.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/install-dependencies.sh