# Ubuntu
+.ubuntu-bionic-amd64: &ubuntu_bionic_amd64_image
+ image: "$CI_REGISTRY_IMAGE:ubuntu-bionic-amd64"
+ <<: *linux_amd64
+
.ubuntu-focal-amd64: &ubuntu_focal_amd64_image
image: "$CI_REGISTRY_IMAGE:ubuntu-focal-amd64"
<<: *linux_amd64
- job: gcc:tumbleweed:amd64
artifacts: true
+# Jobs for regular GCC builds on Ubuntu 18.04 Bionic Beaver (amd64)
+
+gcc:bionic:amd64:
+ variables:
+ CC: gcc
+ CFLAGS: "${CFLAGS_COMMON} -O2"
+ EXTRA_CONFIGURE: "--disable-dnstap --disable-geoip"
+ <<: *ubuntu_bionic_amd64_image
+ <<: *build_job
+
+system:gcc:bionic:amd64:
+ <<: *ubuntu_bionic_amd64_image
+ <<: *system_test_job
+ needs:
+ - job: gcc:bionic:amd64
+ artifacts: true
+
+unit:gcc:bionic:amd64:
+ <<: *ubuntu_bionic_amd64_image
+ <<: *unit_test_job
+ needs:
+ - job: gcc:bionic:amd64
+ artifacts: true
+
# Jobs for regular GCC builds on Ubuntu 20.04 Focal Fossa (amd64)
gcc:focal:amd64:
following systems:
* Debian 9, 10
-* Ubuntu LTS 16.04, 20.04
+* Ubuntu LTS 18.04, 20.04
* Fedora 33
* Red Hat Enterprise Linux / CentOS 7, 8
* FreeBSD 11.4, 12.2, 13.0
* Solaris 11
* NetBSD
* Other Linux distributions still supported by their vendors, such as:
- * Ubuntu 19.04+
+ * Ubuntu 20.10+
* Gentoo
* Arch Linux
* OpenWRT/LEDE 17.01+
platforms.
* Platforms past or close to their respective EOL dates, such as:
- * Ubuntu 14.04, 18.10
+ * Ubuntu 14.04, 16.04 (Ubuntu ESM releases are not supported)
* CentOS 6
* Debian Jessie
* FreeBSD 10.x