image: "$CI_REGISTRY_IMAGE:ubuntu-noble-amd64"
<<: *linux_amd64
+.ubuntu-resolute-amd64: &ubuntu_resolute_amd64_image
+ image: "$CI_REGISTRY_IMAGE:ubuntu-resolute-amd64"
+ <<: *linux_amd64
+
# Base image
# This is a meta image that is used as a base for non-specific jobs
- job: gcc:noble:amd64
artifacts: true
+# Jobs for regular GCC builds on Ubuntu 26.04 Resolute Raccoon (amd64)
+
+gcc:resolute:amd64:
+ variables:
+ CC: gcc
+ CFLAGS: "${CFLAGS_COMMON}"
+ EXTRA_CONFIGURE: "-Didn=enabled"
+ <<: *ubuntu_resolute_amd64_image
+ <<: *build_job
+
+system:gcc:resolute:amd64:
+ <<: *ubuntu_resolute_amd64_image
+ <<: *system_test_job
+ needs:
+ - job: gcc:resolute:amd64
+ artifacts: true
+
+unit:gcc:resolute:amd64:
+ <<: *ubuntu_resolute_amd64_image
+ <<: *unit_test_job
+ needs:
+ - job: gcc:resolute:amd64
+ artifacts: true
+
# Jobs for ASAN builds on Fedora 43 (amd64)
gcc:asan:
following systems:
- Debian 12, 13
-- Ubuntu LTS 22.04, 24.04
+- Ubuntu LTS 22.04, 24.04, 26.04
- Fedora 43
- Red Hat Enterprise Linux / CentOS / AlmaLinux 8, 9, 10
- FreeBSD 13, 14, 15