CI: Remove EOL builds (Fedora 34 and Ubuntu 21.10) (#4628)

* Fedora 34 EOL

* Delete .ci/Fedora34 directory

* update fedora

* Ubuntu 21.10 EOL

* Ubuntu 21.10 EOL

* Delete .ci/UbuntuImpish directory
This commit is contained in:
tooomm 2022-08-09 20:56:27 +02:00 committed by GitHub
parent e2c256db5b
commit 014e73d569
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 55 deletions

View file

@ -1,21 +0,0 @@
FROM fedora:34
RUN dnf install -y \
@development-tools \
ccache \
cmake \
desktop-file-utils \
file \
gcc-c++ \
git \
hicolor-icon-theme \
libappstream-glib \
mariadb-devel \
protobuf-devel \
qt5-{qttools,qtsvg,qtmultimedia,qtwebsockets}-devel \
rpm-build \
sqlite-devel \
wget \
xz-devel \
zlib-devel \
&& dnf clean all

View file

@ -1,24 +0,0 @@
FROM ubuntu:impish
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive 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 \
qtmultimedia5-dev \
qttools5-dev \
qttools5-dev-tools \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

View file

@ -16,11 +16,9 @@ include different targets -->
- <kbd>macOS 11.0+</kbd> ("Big Sur") - <kbd>macOS 11.0+</kbd> ("Big Sur")
- <kbd>Ubuntu 18.04</kbd> ("Bionic Beaver") - <kbd>Ubuntu 18.04</kbd> ("Bionic Beaver")
- <kbd>Ubuntu 20.04</kbd> ("Focal Fossa") - <kbd>Ubuntu 20.04</kbd> ("Focal Fossa")
- <kbd>Ubuntu 21.10</kbd> ("Impish Indri")
- <kbd>Ubuntu 22.04</kbd> ("Jammy Jellyfish") - <kbd>Ubuntu 22.04</kbd> ("Jammy Jellyfish")
- <kbd>Debian 10</kbd> ("Buster") - <kbd>Debian 10</kbd> ("Buster")
- <kbd>Debian 11</kbd> ("Bullseye") - <kbd>Debian 11</kbd> ("Bullseye")
- <kbd>Fedora 34</kbd>
- <kbd>Fedora 35</kbd> - <kbd>Fedora 35</kbd>
- <kbd>Fedora 36</kbd> - <kbd>Fedora 36</kbd>
<kbd>We are also packaged in Arch Linux's official community repository, courtesy of @FFY00</kbd></i> <kbd>We are also packaged in Arch Linux's official community repository, courtesy of @FFY00</kbd></i>

View file

@ -91,10 +91,6 @@ jobs:
- distro: Debian11 - distro: Debian11
package: DEB package: DEB
- distro: Fedora34
package: RPM
test: skip # gtest does not compile for some reason
- distro: Fedora35 - distro: Fedora35
package: RPM package: RPM
test: skip test: skip
@ -109,10 +105,6 @@ jobs:
package: DEB package: DEB
test: skip # UbuntuFocal has a broken qt for debug builds test: skip # UbuntuFocal has a broken qt for debug builds
- distro: UbuntuImpish
package: DEB
test: skip
- distro: UbuntuJammy - distro: UbuntuJammy
package: DEB package: DEB