]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Add a manual CI job for Ubuntu 22.04 'jammy'
authorSimon McVittie <smcv@collabora.com>
Fri, 1 Apr 2022 13:41:37 +0000 (14:41 +0100)
committerSimon McVittie <smcv@collabora.com>
Thu, 21 Apr 2022 10:02:13 +0000 (11:02 +0100)
This has a very recent version of glibc, and in particular is new enough
to have close_range().

Signed-off-by: Simon McVittie <smcv@collabora.com>
.gitlab-ci.yml

index b5be79ddb2db282c55e2a6b157c59f824429ad56..ae346cb1403342c9348468eb52168ab5bc9fdf46 100644 (file)
@@ -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