diff options
| author | brian m. carlson <sandals@crustytoothpaste.net> | 2024-10-31 23:49:33 +0000 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-11-01 10:54:18 -0400 |
| commit | ad797eace4209f34aec7fc113ed70887d05c8007 (patch) | |
| tree | 3abf77ab599b55aa2c3f2b3ddd3ce4049e7a7314 | |
| parent | c85bcb5de163a658102bea058a1ea53aea1c5476 (diff) | |
| download | git-ad797eace4209f34aec7fc113ed70887d05c8007.tar.xz | |
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 <sandals@crustytoothpaste.net>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
| -rwxr-xr-x | ci/install-dependencies.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh index 126e570eb4..d30ae53a18 100755 --- a/ci/install-dependencies.sh +++ b/ci/install-dependencies.sh @@ -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" |
