mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 03:38:01 +02:00
CI: switch from Fedora 28 to Fedora 30
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c35e0e734f
commit
c6489e826b
1 changed files with 7 additions and 7 deletions
|
|
@ -66,7 +66,7 @@ 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: '2019-03-15.0'
|
FEDORA_TAG: '2019-05-02.0'
|
||||||
UBUNTU_TAG: '2019-03-15.0'
|
UBUNTU_TAG: '2019-03-15.0'
|
||||||
ARCH_TAG: '2019-04-14.0'
|
ARCH_TAG: '2019-04-14.0'
|
||||||
FREEBSD_TAG: '2019-03-15.0'
|
FREEBSD_TAG: '2019-03-15.0'
|
||||||
|
|
@ -137,12 +137,12 @@ variables:
|
||||||
skopeo inspect docker://$CI_REGISTRY_IMAGE/$IMAGE > /dev/null && exit 0 || true ;
|
skopeo inspect docker://$CI_REGISTRY_IMAGE/$IMAGE > /dev/null && exit 0 || true ;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fedora:28@container-prep:
|
fedora:30@container-prep:
|
||||||
extends: .fedora@container-build
|
extends: .fedora@container-build
|
||||||
stage: container_prep
|
stage: container_prep
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
FEDORA_VERSION: 28
|
FEDORA_VERSION: 30
|
||||||
DISTRIB_FLAVOR: fedora
|
DISTRIB_FLAVOR: fedora
|
||||||
DISTRIB_VERSION: $FEDORA_VERSION
|
DISTRIB_VERSION: $FEDORA_VERSION
|
||||||
TAG: $FEDORA_TAG
|
TAG: $FEDORA_TAG
|
||||||
|
|
@ -296,11 +296,11 @@ freebsd:11.2@container-prep:
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
|
|
||||||
fedora:28@container-clean:
|
fedora:30@container-clean:
|
||||||
extends: .container-clean
|
extends: .container-clean
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
FEDORA_VERSION: 28
|
FEDORA_VERSION: 30
|
||||||
CURRENT_CONTAINER_IMAGE: $FEDORA_CONTAINER_IMAGE
|
CURRENT_CONTAINER_IMAGE: $FEDORA_CONTAINER_IMAGE
|
||||||
|
|
||||||
fedora:29@container-clean:
|
fedora:29@container-clean:
|
||||||
|
|
@ -356,10 +356,10 @@ freebsd:11.2@container-clean:
|
||||||
extends: .build@template
|
extends: .build@template
|
||||||
image: $FEDORA_CONTAINER_IMAGE
|
image: $FEDORA_CONTAINER_IMAGE
|
||||||
|
|
||||||
fedora:28@default-build:
|
fedora:30@default-build:
|
||||||
extends: .fedora-build@template
|
extends: .fedora-build@template
|
||||||
variables:
|
variables:
|
||||||
FEDORA_VERSION: 28
|
FEDORA_VERSION: 30
|
||||||
|
|
||||||
fedora:29@default-build:
|
fedora:29@default-build:
|
||||||
extends: .fedora-build@template
|
extends: .fedora-build@template
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue