]> git.ipfire.org Git - thirdparty/git.git/commitdiff
ci: remove clause for Ubuntu 16.04
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 31 Oct 2024 23:49:33 +0000 (23:49 +0000)
committerTaylor Blau <me@ttaylorr.com>
Fri, 1 Nov 2024 14:54:18 +0000 (10:54 -0400)
We're no longer testing this version and it's well beyond regular LTS
support now, so remove the stanza for it from the case statement in our
CI code.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
ci/install-dependencies.sh

index 126e570eb46a29d90b0c2d97cf46988a2939d544..d30ae53a18979e6f4857afab56ea8baa042f418e 100755 (executable)
@@ -55,11 +55,6 @@ ubuntu-*|ubuntu32-*)
                ${CC_PACKAGE:-${CC:-gcc}} $PYTHON_PACKAGE
 
        case "$distro" in
-       ubuntu-16.04)
-               # Does not support JGit, but we also don't really care about
-               # the others. We rather care whether Git still compiles and
-               # runs fine overall.
-               ;;
        ubuntu-*)
                mkdir --parents "$CUSTOM_PATH"