From f750a4cd72bd361dd3771df653a997a889176c38 Mon Sep 17 00:00:00 2001
From: SlightlyCircuitous
<71394296+SlightlyCircuitous@users.noreply.github.com>
Date: Tue, 25 Jul 2023 21:34:18 -0400
Subject: [PATCH] Remove Ubuntu 22.10 Kinetic Kudu Build (#4826)
---
.ci/UbuntuKinetic/Dockerfile | 26 --------------------------
.ci/release_template.md | 1 -
.github/workflows/desktop-build.yml | 3 ---
3 files changed, 30 deletions(-)
delete mode 100644 .ci/UbuntuKinetic/Dockerfile
diff --git a/.ci/UbuntuKinetic/Dockerfile b/.ci/UbuntuKinetic/Dockerfile
deleted file mode 100644
index 4433d161..00000000
--- a/.ci/UbuntuKinetic/Dockerfile
+++ /dev/null
@@ -1,26 +0,0 @@
-FROM ubuntu:kinetic
-
-RUN apt-get update && \
- DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
- build-essential \
- ccache \
- clang-format \
- cmake \
- file \
- g++ \
- git \
- libgl-dev \
- liblzma-dev \
- libmariadb-dev-compat \
- libprotobuf-dev \
- libqt6multimedia6 \
- libqt6sql6-mysql \
- libqt6svg6-dev \
- libqt6websockets6-dev \
- protobuf-compiler \
- qt6-l10n-tools \
- qt6-multimedia-dev \
- qt6-tools-dev \
- qt6-tools-dev-tools \
- && apt-get clean \
- && rm -rf /var/lib/apt/lists/*
diff --git a/.ci/release_template.md b/.ci/release_template.md
index 87ea1ea2..02e28535 100644
--- a/.ci/release_template.md
+++ b/.ci/release_template.md
@@ -16,7 +16,6 @@ include different targets -->
- Ubuntu 18.04 ("Bionic Beaver")
- Ubuntu 20.04 ("Focal Fossa")
- Ubuntu 22.04 ("Jammy Jellyfish")
- - Ubuntu 22.10 ("Kinetic Kudu")
- Ubuntu 23.04 ("Lunar Lobster")
- Debian 11 ("Bullseye")
- Debian 12 ("Bookworm")
diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml
index 1eda9137..4f653ac0 100644
--- a/.github/workflows/desktop-build.yml
+++ b/.github/workflows/desktop-build.yml
@@ -115,9 +115,6 @@ jobs:
- distro: UbuntuJammy
package: DEB
test: skip # running tests on all distros is superfluous
-
- - distro: UbuntuKinetic
- package: DEB
- distro: UbuntuLunar
package: DEB