2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Merge branch '1305-update-gitlab-ci-to-openbsd-6.6' into 'master'

Update GitLab CI to OpenBSD 6.6

Closes #1305

See merge request isc-projects/bind9!2973
This commit is contained in:
Michał Kępień
2020-02-04 10:46:17 +00:00
3 changed files with 13 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ stages:
.openbsd-amd64: &openbsd_amd64 .openbsd-amd64: &openbsd_amd64
tags: tags:
- openbsd - libvirt
- amd64 - amd64
### Docker Image Templates ### Docker Image Templates
@@ -1071,20 +1071,23 @@ unit:clang:freebsd12.0:amd64:
- clang:freebsd12.0:amd64 - clang:freebsd12.0:amd64
needs: ["clang:freebsd12.0:amd64"] needs: ["clang:freebsd12.0:amd64"]
# Jobs for Clang builds on OpenBSD 6.5 (amd64) # Jobs for Clang builds on OpenBSD 6.6 (amd64)
clang:openbsd6.5:amd64: clang:openbsd6.6:amd64:
variables: variables:
CC: clang CC: clang
USER: gitlab-runner
<<: *openbsd_amd64 <<: *openbsd_amd64
<<: *build_job <<: *build_job
system:clang:openbsd6.5:amd64: system:clang:openbsd6.6:amd64:
<<: *openbsd_amd64 <<: *openbsd_amd64
<<: *system_test_job <<: *system_test_job
variables:
USER: gitlab-runner
dependencies: dependencies:
- clang:openbsd6.5:amd64 - clang:openbsd6.6:amd64
needs: ["clang:openbsd6.5:amd64"] needs: ["clang:openbsd6.6:amd64"]
only: only:
- schedules - schedules
- tags - tags

View File

@@ -34,7 +34,7 @@ offer support on a "best effort" basis for some.
Regularly tested platforms Regularly tested platforms
As of Dec 2019, BIND 9.15 is fully supported and regularly tested on the As of Feb 2020, BIND 9.15 is fully supported and regularly tested on the
following systems: following systems:
* Debian 9, 10 * Debian 9, 10
@@ -42,7 +42,7 @@ following systems:
* Fedora 31 * Fedora 31
* Red Hat Enterprise Linux / CentOS 7, 8 * Red Hat Enterprise Linux / CentOS 7, 8
* FreeBSD 11.3, 12.0 * FreeBSD 11.3, 12.0
* OpenBSD 6.5 * OpenBSD 6.6
* Alpine Linux * Alpine Linux
The amd64, i386, armhf and arm64 CPU architectures are all fully The amd64, i386, armhf and arm64 CPU architectures are all fully

View File

@@ -42,7 +42,7 @@ offer support on a "best effort" basis for some.
### Regularly tested platforms ### Regularly tested platforms
As of Dec 2019, BIND 9.15 is fully supported and regularly tested on the As of Feb 2020, BIND 9.15 is fully supported and regularly tested on the
following systems: following systems:
* Debian 9, 10 * Debian 9, 10
@@ -50,7 +50,7 @@ following systems:
* Fedora 31 * Fedora 31
* Red Hat Enterprise Linux / CentOS 7, 8 * Red Hat Enterprise Linux / CentOS 7, 8
* FreeBSD 11.3, 12.0 * FreeBSD 11.3, 12.0
* OpenBSD 6.5 * OpenBSD 6.6
* Alpine Linux * Alpine Linux
The amd64, i386, armhf and arm64 CPU architectures are all fully supported. The amd64, i386, armhf and arm64 CPU architectures are all fully supported.