Skip to content

Commit 420aef3

Browse files
pks-tgitster
authored andcommitted
ci: stop special-casing for Ubuntu 16.04
With c85bcb5 (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>
1 parent 0f27dfc commit 420aef3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

ci/lib.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -347,14 +347,7 @@ ubuntu-*)
347347
fi
348348
MAKEFLAGS="$MAKEFLAGS PYTHON_PATH=/usr/bin/$PYTHON_PACKAGE"
349349

350-
case "$distro" in
351-
ubuntu-16.04)
352-
# Apache is too old for HTTP/2.
353-
;;
354-
*)
355-
export GIT_TEST_HTTPD=true
356-
;;
357-
esac
350+
export GIT_TEST_HTTPD=true
358351

359352
# The Linux build installs the defined dependency versions below.
360353
# The OS X build installs much more recent versions, whichever

0 commit comments

Comments
 (0)