]> Kevux Git Server - rit/commit
Merge branch 'ps/ci-avoid-broken-sudo-on-ubuntu'
authorJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 05:00:34 +0000 (22:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Oct 2025 05:00:35 +0000 (22:00 -0700)
commit7ac17316205e8313948a94379ce185065517d87d
tree8bea1343fab02b02bb01d7818013f9bc4d90ad11
parent4b71b294773cc4f7fe48ec3a70079aa8783f373d
parentfddb4842552b70a8b46a9dd8a2a450b973d3dd1e
Merge branch 'ps/ci-avoid-broken-sudo-on-ubuntu'

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)
ci/install-dependencies.sh