From: Simon McVittie Date: Fri, 1 Apr 2022 13:41:37 +0000 (+0100) Subject: CI: Add a manual CI job for Ubuntu 22.04 'jammy' X-Git-Tag: dbus-1.15.0~72^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6154cb8ef3ca043a7991c98a7aa66654d8c3985;p=thirdparty%2Fdbus.git CI: Add a manual CI job for Ubuntu 22.04 'jammy' This has a very recent version of glibc, and in particular is new enough to have close_range(). Signed-off-by: Simon McVittie --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5be79ddb..ae346cb14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -177,6 +177,19 @@ opensuse mingw64 cmake debug: ci_local_packages: "no" ci_variant: "debug" +.ubuntu-build: + extends: .unix-host-build + image: "ubuntu:latest" + variables: + ci_distro: "ubuntu" + +ubuntu jammy autotools: + extends: .ubuntu-build + when: manual + image: "ubuntu:jammy" + variables: + ci_suite: "jammy" + .win-build: image: $WINDOWS_IMAGE stage: build