From: Michal Nowak Date: Wed, 17 Mar 2021 16:19:47 +0000 (+0100) Subject: Add FreeBSD 13.0 X-Git-Tag: v9.17.14~31^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0714fe6f40456bc6cfb6797f39d592a718670db6;p=thirdparty%2Fbind9.git Add FreeBSD 13.0 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4143d4832bf..7caeb8ac30b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -173,6 +173,10 @@ stages: image: "freebsd-12.2-x86_64" <<: *libvirt_amd64 +.freebsd-13-amd64: &freebsd_13_amd64_image + image: "freebsd-13.0-x86_64" + <<: *libvirt_amd64 + .openbsd-amd64: &openbsd_amd64_image image: "openbsd-6.9-x86_64" <<: *libvirt_amd64 @@ -1157,6 +1161,33 @@ unit:clang:freebsd12:amd64: - job: clang:freebsd12:amd64 artifacts: true +# Jobs for Clang builds on FreeBSD 13 (amd64) + +clang:freebsd13:amd64: + variables: + CFLAGS: "${CFLAGS_COMMON}" + EXTRA_CONFIGURE: "${WITH_READLINE_LIBEDIT}" + USER: gitlab-runner + <<: *freebsd_13_amd64_image + <<: *build_job + +system:clang:freebsd13:amd64: + <<: *freebsd_13_amd64_image + <<: *system_test_job + variables: + USER: gitlab-runner + TEST_PARALLEL_JOBS: 4 + needs: + - job: clang:freebsd13:amd64 + artifacts: true + +unit:clang:freebsd13:amd64: + <<: *freebsd_13_amd64_image + <<: *unit_test_job + needs: + - job: clang:freebsd13:amd64 + artifacts: true + # Jobs for Clang builds on OpenBSD (amd64) clang:openbsd:amd64: diff --git a/PLATFORMS.md b/PLATFORMS.md index 6276a34e31c..6130167a03d 100644 --- a/PLATFORMS.md +++ b/PLATFORMS.md @@ -49,7 +49,7 @@ following systems: * Ubuntu LTS 16.04, 20.04 * Fedora 33 * Red Hat Enterprise Linux / CentOS 7, 8 -* FreeBSD 11.4, 12.2 +* FreeBSD 11.4, 12.2, 13.0 * OpenBSD 6.9 * Alpine Linux 3.13