]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add FreeBSD 13.0
authorMichal Nowak <mnowak@isc.org>
Wed, 17 Mar 2021 16:19:47 +0000 (17:19 +0100)
committerMichal Nowak <mnowak@isc.org>
Mon, 24 May 2021 15:54:05 +0000 (17:54 +0200)
.gitlab-ci.yml
PLATFORMS.md

index 4143d4832bf6042ec32a734acec8a19390dd9a04..7caeb8ac30bcd3803951281e7831aedf2bd3e351 100644 (file)
@@ -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:
index 6276a34e31c8dbbd603af5edc055e814edc25377..6130167a03dd3626d68f497533f851262daf59ca 100644 (file)
@@ -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