Skip to content

Commit ad797ea

Browse files
bk2204ttaylorr
authored andcommitted
ci: remove clause for Ubuntu 16.04
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 <[email protected]> Signed-off-by: Taylor Blau <[email protected]>
1 parent c85bcb5 commit ad797ea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci/install-dependencies.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ ubuntu-*|ubuntu32-*)
5555
${CC_PACKAGE:-${CC:-gcc}} $PYTHON_PACKAGE
5656

5757
case "$distro" in
58-
ubuntu-16.04)
59-
# Does not support JGit, but we also don't really care about
60-
# the others. We rather care whether Git still compiles and
61-
# runs fine overall.
62-
;;
6358
ubuntu-*)
6459
mkdir --parents "$CUSTOM_PATH"
6560

0 commit comments

Comments
 (0)