aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2025-01-10 12:32:04 +0100
committerJunio C Hamano <gitster@pobox.com>2025-01-10 09:15:38 -0800
commit678b22f528d533ab49944a696639e664d301a7e7 (patch)
treee187fb1a1412ff1c27b24cb266bc7f9451bbf9cb
parent4ad71b16cdc8f5f367931b908fa904e8e8c48b47 (diff)
downloadgit-678b22f528d533ab49944a696639e664d301a7e7.tar.gz
ci: stop special-casing for Ubuntu 16.04
With c85bcb5de1 (gitlab-ci: switch from Ubuntu 16.04 to 20.04, 2024-10-31) we have adapted the last CI job to stop using Ubuntu 16.04 in favor of Ubuntu 20.04. Remove the special-casing we still have in our CI scripts. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xci/lib.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/ci/lib.sh b/ci/lib.sh
index 2293849ada..77a4aabdb8 100755
--- a/ci/lib.sh
+++ b/ci/lib.sh
@@ -347,14 +347,7 @@ ubuntu-*)
fi
MAKEFLAGS="$MAKEFLAGS PYTHON_PATH=/usr/bin/$PYTHON_PACKAGE"
- case "$distro" in
- ubuntu-16.04)
- # Apache is too old for HTTP/2.
- ;;
- *)
- export GIT_TEST_HTTPD=true
- ;;
- esac
+ export GIT_TEST_HTTPD=true
# The Linux build installs the defined dependency versions below.
# The OS X build installs much more recent versions, whichever