From 1a40102f7168d3c3f2486056e21daf4bcceed331 Mon Sep 17 00:00:00 2001 From: SlightlyCircuitous <71394296+SlightlyCircuitous@users.noreply.github.com> Date: Wed, 19 Apr 2023 17:04:35 -0400 Subject: [PATCH] Remove Debian 10 "Buster" Build (#4789) * Drop Debian 10 Support EOL September 10 2022 * Drop Debian 10 Support EOL September 10, 2022 * Drop Debian 10 Support EOL September 10, 2022 --- .ci/Debian10/Dockerfile | 25 ------------------------- .ci/release_template.md | 1 - .github/workflows/desktop-build.yml | 4 ---- 3 files changed, 30 deletions(-) delete mode 100644 .ci/Debian10/Dockerfile diff --git a/.ci/Debian10/Dockerfile b/.ci/Debian10/Dockerfile deleted file mode 100644 index 9b8cb557..00000000 --- a/.ci/Debian10/Dockerfile +++ /dev/null @@ -1,25 +0,0 @@ -FROM debian:10 - -RUN apt-get update && apt-get install -y --no-install-recommends \ - build-essential \ - ccache \ - clang-format \ - cmake \ - file \ - g++ \ - git \ - liblzma-dev \ - libmariadb-dev-compat \ - libprotobuf-dev \ - libqt5multimedia5-plugins \ - libqt5sql5-mysql \ - libqt5svg5-dev \ - libqt5websockets5-dev \ - protobuf-compiler \ - qt5-default \ - qtbase5-dev \ - qtmultimedia5-dev \ - qttools5-dev \ - qttools5-dev-tools \ - && apt-get clean \ - && rm -rf /var/lib/apt/lists/* diff --git a/.ci/release_template.md b/.ci/release_template.md index ae5ac294..069a1031 100644 --- a/.ci/release_template.md +++ b/.ci/release_template.md @@ -18,7 +18,6 @@ include different targets --> - Ubuntu 22.04 ("Jammy Jellyfish") - Ubuntu 22.10 ("Kinetic Kudu") - Ubuntu 23.04 ("Lunar Lobster") - - Debian 10 ("Buster") - Debian 11 ("Bullseye") - Fedora 36 - Fedora 37 diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index d2deae42..e37e533b 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -89,10 +89,6 @@ jobs: package: skip # we are packaged in arch already allow-failure: yes - - distro: Debian10 - package: DEB - test: skip # running tests on all distros is superfluous - - distro: Debian11 package: DEB