mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-05-08 11:19:18 +02:00
gitlab CI: drop Ubuntu 22.10
Repos are 404 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
cd9bea914c
commit
8d8a3d8fc7
2 changed files with 0 additions and 40 deletions
|
|
@ -88,12 +88,6 @@ variables:
|
||||||
FDO_DISTRIBUTION_TAG: '2023-05-08.0'
|
FDO_DISTRIBUTION_TAG: '2023-05-08.0'
|
||||||
FDO_DISTRIBUTION_VERSION: '23.04'
|
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:
|
.debian:stable:
|
||||||
extends: .fdo.distribution-image@debian
|
extends: .fdo.distribution-image@debian
|
||||||
variables:
|
variables:
|
||||||
|
|
@ -233,17 +227,6 @@ ubuntu:23.04@container-prep:
|
||||||
GIT_STRATEGY: none
|
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
|
# Pulls in the container from upstream or rebuilds it if missing
|
||||||
debian:stable@container-prep:
|
debian:stable@container-prep:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -338,13 +321,6 @@ ubuntu:23.04@container-clean:
|
||||||
- .container-clean
|
- .container-clean
|
||||||
needs: ["ubuntu:23.04@container-prep"]
|
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
|
||||||
debian:stable@container-clean:
|
debian:stable@container-clean:
|
||||||
extends:
|
extends:
|
||||||
|
|
@ -440,21 +416,6 @@ ubuntu:23.04@meson-build:
|
||||||
needs: ['ubuntu:23.04@container-prep']
|
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:
|
debian:stable@autotools-build:
|
||||||
extends:
|
extends:
|
||||||
- .debian:stable
|
- .debian:stable
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@ distributions:
|
||||||
tag: *default_tag
|
tag: *default_tag
|
||||||
versions:
|
versions:
|
||||||
- '23.04'
|
- '23.04'
|
||||||
- '22.10'
|
|
||||||
packages:
|
packages:
|
||||||
- git
|
- git
|
||||||
- gcc
|
- gcc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue