Skip to content

Commit

Permalink
ci: stop special-casing for Ubuntu 16.04
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pks-t committed Jan 6, 2025
1 parent 0620ec8 commit 571db72
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ci/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 571db72

Please sign in to comment.