From 5c4928302369128814ad0fcfa399977eb9dc68e4 Mon Sep 17 00:00:00 2001
From: SlightlyCircuitous
<71394296+SlightlyCircuitous@users.noreply.github.com>
Date: Tue, 27 Feb 2024 15:07:18 -0500
Subject: [PATCH] Remove Ubuntu 23.04 Lunar Lobster Build (#5002)
* Delete .ci/UbuntuLunar directory
EOL
* Update release_template.md
Lunar is EOL
* Update desktop-build.yml
Lunar is EOL
---
.ci/UbuntuLunar/Dockerfile | 27 ---------------------------
.ci/release_template.md | 1 -
.github/workflows/desktop-build.yml | 3 ---
3 files changed, 31 deletions(-)
delete mode 100644 .ci/UbuntuLunar/Dockerfile
diff --git a/.ci/UbuntuLunar/Dockerfile b/.ci/UbuntuLunar/Dockerfile
deleted file mode 100644
index 791a2c92..00000000
--- a/.ci/UbuntuLunar/Dockerfile
+++ /dev/null
@@ -1,27 +0,0 @@
-FROM ubuntu:lunar
-
-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 \
- qt6-svg-dev \
- qt6-websockets-dev \
- protobuf-compiler \
- qt6-image-formats-plugins \
- 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 7f5d1795..9a23c6dd 100644
--- a/.ci/release_template.md
+++ b/.ci/release_template.md
@@ -15,7 +15,6 @@ include different targets -->
- Ubuntu 18.04 LTS ("Bionic Beaver")
- Ubuntu 20.04 LTS ("Focal Fossa")
- Ubuntu 22.04 LTS ("Jammy Jellyfish")
- - Ubuntu 23.04 ("Lunar Lobster")
- Debian 11 ("Bullseye")
- Debian 12 ("Bookworm")
- Fedora 38
diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml
index 94249082..8f27a621 100644
--- a/.github/workflows/desktop-build.yml
+++ b/.github/workflows/desktop-build.yml
@@ -114,9 +114,6 @@ jobs:
package: DEB
test: skip # running tests on all distros is superfluous
- - distro: UbuntuLunar
- package: DEB
-
name: ${{matrix.distro}}
needs: configure
runs-on: ubuntu-latest