Remove Ubuntu 22.10 Kinetic Kudu Build (#4826)
This commit is contained in:
parent
eddeaaf52a
commit
f750a4cd72
3 changed files with 0 additions and 30 deletions
|
@ -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/*
|
|
|
@ -16,7 +16,6 @@ include different targets -->
|
||||||
- <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 22.04</kbd> ("Jammy Jellyfish")
|
- <kbd>Ubuntu 22.04</kbd> ("Jammy Jellyfish")
|
||||||
- <kbd>Ubuntu 22.10</kbd> ("Kinetic Kudu")
|
|
||||||
- <kbd>Ubuntu 23.04</kbd> ("Lunar Lobster")
|
- <kbd>Ubuntu 23.04</kbd> ("Lunar Lobster")
|
||||||
- <kbd>Debian 11</kbd> ("Bullseye")
|
- <kbd>Debian 11</kbd> ("Bullseye")
|
||||||
- <kbd>Debian 12</kbd> ("Bookworm")
|
- <kbd>Debian 12</kbd> ("Bookworm")
|
||||||
|
|
3
.github/workflows/desktop-build.yml
vendored
3
.github/workflows/desktop-build.yml
vendored
|
@ -115,9 +115,6 @@ jobs:
|
||||||
- distro: UbuntuJammy
|
- distro: UbuntuJammy
|
||||||
package: DEB
|
package: DEB
|
||||||
test: skip # running tests on all distros is superfluous
|
test: skip # running tests on all distros is superfluous
|
||||||
|
|
||||||
- distro: UbuntuKinetic
|
|
||||||
package: DEB
|
|
||||||
|
|
||||||
- distro: UbuntuLunar
|
- distro: UbuntuLunar
|
||||||
package: DEB
|
package: DEB
|
||||||
|
|
Loading…
Reference in a new issue