### QCOW2 Image Templates
-.freebsd-11-amd64: &freebsd_11_amd64_image
- image: "freebsd-11.4-x86_64"
- <<: *libvirt_amd64
-
.freebsd-12-amd64: &freebsd_12_amd64_image
image: "freebsd-12.2-x86_64"
<<: *libvirt_amd64
variables:
CC: gcc
CFLAGS: "${CFLAGS_COMMON} -O3"
- EXTRA_CONFIGURE: "--with-libidn2 --without-lmdb"
+ EXTRA_CONFIGURE: "--with-libidn2 --without-lmdb ${WITH_READLINE}"
RUN_MAKE_INSTALL: 1
<<: *debian_sid_amd64_image
<<: *build_job
- job: clang:buster:amd64
artifacts: true
-# Jobs for Clang builds on FreeBSD 11 (amd64)
-
-clang:freebsd11:amd64:
- variables:
- CFLAGS: "${CFLAGS_COMMON}"
- EXTRA_CONFIGURE: "${WITH_READLINE}"
- USER: gitlab-runner
- <<: *freebsd_11_amd64_image
- <<: *build_job
- <<: *schedules_tags_web_triggering_rules
-
-system:clang:freebsd11:amd64:
- <<: *freebsd_11_amd64_image
- <<: *system_test_job
- <<: *schedules_tags_web_triggering_rules
- variables:
- USER: gitlab-runner
- TEST_PARALLEL_JOBS: 4
- needs:
- - job: clang:freebsd11:amd64
- artifacts: true
-
-unit:clang:freebsd11:amd64:
- <<: *freebsd_11_amd64_image
- <<: *unit_test_job
- <<: *schedules_tags_web_triggering_rules
- needs:
- - job: clang:freebsd11:amd64
- artifacts: true
-
# Jobs for Clang builds on FreeBSD 12 (amd64)
clang:freebsd12:amd64:
* Ubuntu LTS 18.04, 20.04
* Fedora 34
* Red Hat Enterprise Linux / CentOS / Oracle Linux 7, 8
-* FreeBSD 11.4, 12.2, 13.0
+* FreeBSD 12.2, 13.0
* OpenBSD 7.0
* Alpine Linux 3.15
* Ubuntu 14.04, 16.04 (Ubuntu ESM releases are not supported)
* CentOS 6
* Debian Jessie
- * FreeBSD 10.x
+ * FreeBSD 10.x, 11.x
## Unsupported platforms