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