mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 08:18:02 +02:00
CI: bump to Ubuntu 25.04
Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1200>
This commit is contained in:
parent
40bbf8cff6
commit
97a7ab7f9d
2 changed files with 15 additions and 15 deletions
|
|
@ -95,12 +95,12 @@ variables:
|
||||||
# changing these will force rebuilding the associated image
|
# changing these will force rebuilding the associated image
|
||||||
# Note: these tags have no meaning and are not tied to a particular
|
# Note: these tags have no meaning and are not tied to a particular
|
||||||
# libinput version
|
# libinput version
|
||||||
FEDORA_TAG: '2025-05-09.1'
|
FEDORA_TAG: '2025-05-09.2'
|
||||||
DEBIAN_TAG: '2025-05-09.1'
|
DEBIAN_TAG: '2025-05-09.2'
|
||||||
UBUNTU_TAG: '2025-05-09.1'
|
UBUNTU_TAG: '2025-05-09.2'
|
||||||
ARCH_TAG: '2025-05-09.1'
|
ARCH_TAG: '2025-05-09.2'
|
||||||
ALPINE_TAG: '2025-05-09.1'
|
ALPINE_TAG: '2025-05-09.2'
|
||||||
FREEBSD_TAG: '2025-05-09.1'
|
FREEBSD_TAG: '2025-05-09.2'
|
||||||
|
|
||||||
FDO_UPSTREAM_REPO: libinput/libinput
|
FDO_UPSTREAM_REPO: libinput/libinput
|
||||||
|
|
||||||
|
|
@ -260,14 +260,14 @@ debian:stable@container-prep:
|
||||||
FDO_DISTRIBUTION_PACKAGES: $DEBIAN_PACKAGES
|
FDO_DISTRIBUTION_PACKAGES: $DEBIAN_PACKAGES
|
||||||
FDO_DISTRIBUTION_TAG: $DEBIAN_TAG
|
FDO_DISTRIBUTION_TAG: $DEBIAN_TAG
|
||||||
|
|
||||||
ubuntu:24.04@container-prep:
|
ubuntu:25.04@container-prep:
|
||||||
extends:
|
extends:
|
||||||
- .fdo.container-build@ubuntu
|
- .fdo.container-build@ubuntu
|
||||||
- .policy
|
- .policy
|
||||||
stage: prep
|
stage: prep
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
FDO_DISTRIBUTION_VERSION: '24.04'
|
FDO_DISTRIBUTION_VERSION: '25.04'
|
||||||
FDO_DISTRIBUTION_PACKAGES: $UBUNTU_PACKAGES
|
FDO_DISTRIBUTION_PACKAGES: $UBUNTU_PACKAGES
|
||||||
FDO_DISTRIBUTION_TAG: $UBUNTU_TAG
|
FDO_DISTRIBUTION_TAG: $UBUNTU_TAG
|
||||||
|
|
||||||
|
|
@ -368,14 +368,14 @@ debian:stable@container-clean:
|
||||||
FDO_DISTRIBUTION_VERSION: 'stable'
|
FDO_DISTRIBUTION_VERSION: 'stable'
|
||||||
FDO_DISTRIBUTION_TAG: $DEBIAN_TAG
|
FDO_DISTRIBUTION_TAG: $DEBIAN_TAG
|
||||||
|
|
||||||
ubuntu:24.04@container-clean:
|
ubuntu:25.04@container-clean:
|
||||||
extends:
|
extends:
|
||||||
- .policy
|
- .policy
|
||||||
- .container-clean
|
- .container-clean
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
CURRENT_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/ubuntu/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG
|
CURRENT_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/ubuntu/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG
|
||||||
FDO_DISTRIBUTION_VERSION: '24.04'
|
FDO_DISTRIBUTION_VERSION: '25.04'
|
||||||
FDO_DISTRIBUTION_TAG: $UBUNTU_TAG
|
FDO_DISTRIBUTION_TAG: $UBUNTU_TAG
|
||||||
|
|
||||||
arch:rolling@container-clean:
|
arch:rolling@container-clean:
|
||||||
|
|
@ -1131,16 +1131,16 @@ debian:stable@default-build:
|
||||||
- "debian:stable@container-prep"
|
- "debian:stable@container-prep"
|
||||||
|
|
||||||
|
|
||||||
ubuntu:24.04@default-build:
|
ubuntu:25.04@default-build:
|
||||||
stage: distro
|
stage: distro
|
||||||
extends:
|
extends:
|
||||||
- .build@template
|
- .build@template
|
||||||
- .fdo.distribution-image@ubuntu
|
- .fdo.distribution-image@ubuntu
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_VERSION: '24.04'
|
FDO_DISTRIBUTION_VERSION: '25.04'
|
||||||
FDO_DISTRIBUTION_TAG: $UBUNTU_TAG
|
FDO_DISTRIBUTION_TAG: $UBUNTU_TAG
|
||||||
needs:
|
needs:
|
||||||
- "ubuntu:24.04@container-prep"
|
- "ubuntu:25.04@container-prep"
|
||||||
|
|
||||||
|
|
||||||
arch:rolling@default-build:
|
arch:rolling@default-build:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# We're happy to rebuild all containers when one changes.
|
# We're happy to rebuild all containers when one changes.
|
||||||
.default_tag: &default_tag '2025-05-09.1'
|
.default_tag: &default_tag '2025-05-09.2'
|
||||||
|
|
||||||
distributions:
|
distributions:
|
||||||
- name: fedora
|
- name: fedora
|
||||||
|
|
@ -77,7 +77,7 @@ distributions:
|
||||||
- name: ubuntu
|
- name: ubuntu
|
||||||
tag: *default_tag
|
tag: *default_tag
|
||||||
versions:
|
versions:
|
||||||
- '24.04'
|
- '25.04'
|
||||||
packages:
|
packages:
|
||||||
- git
|
- git
|
||||||
- gcc
|
- gcc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue