gitlab CI: drop Ubuntu 22.10

Repos are 404

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2024-03-21 16:04:12 +10:00
parent cd9bea914c
commit 8d8a3d8fc7
2 changed files with 0 additions and 40 deletions

View file

@ -88,12 +88,6 @@ variables:
FDO_DISTRIBUTION_TAG: '2023-05-08.0'
FDO_DISTRIBUTION_VERSION: '23.04'
.ubuntu:22.10:
extends: .fdo.distribution-image@ubuntu
variables:
FDO_DISTRIBUTION_TAG: '2023-05-08.0'
FDO_DISTRIBUTION_VERSION: '22.10'
.debian:stable:
extends: .fdo.distribution-image@debian
variables:
@ -233,17 +227,6 @@ ubuntu:23.04@container-prep:
GIT_STRATEGY: none
# Pulls in the container from upstream or rebuilds it if missing
ubuntu:22.10@container-prep:
extends:
- .ubuntu:22.10
- .ubuntu.packages
- .fdo.container-build@ubuntu
stage: prep
variables:
GIT_STRATEGY: none
# Pulls in the container from upstream or rebuilds it if missing
debian:stable@container-prep:
extends:
@ -338,13 +321,6 @@ ubuntu:23.04@container-clean:
- .container-clean
needs: ["ubuntu:23.04@container-prep"]
### ubuntu 22.10
ubuntu:22.10@container-clean:
extends:
- .ubuntu:22.10
- .container-clean
needs: ["ubuntu:22.10@container-prep"]
### debian stable
debian:stable@container-clean:
extends:
@ -440,21 +416,6 @@ ubuntu:23.04@meson-build:
needs: ['ubuntu:23.04@container-prep']
ubuntu:22.10@autotools-build:
extends:
- .ubuntu:22.10
- .autotools-build@template
stage: autotools
needs: ['ubuntu:22.10@container-prep']
ubuntu:22.10@meson-build:
extends:
- .ubuntu:22.10
- .meson-build@template
stage: meson
needs: ['ubuntu:22.10@container-prep']
debian:stable@autotools-build:
extends:
- .debian:stable

View file

@ -43,7 +43,6 @@ distributions:
tag: *default_tag
versions:
- '23.04'
- '22.10'
packages:
- git
- gcc