mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-02 05:20:33 -05:00
Merge branch 'ondrej-disable-freebsd-again' into 'master'
Disable FreeBSD Runner in the CI See merge request isc-projects/bind9!2138
This commit is contained in:
commit
5570f6bbdc
1 changed files with 0 additions and 26 deletions
|
|
@ -94,14 +94,6 @@ stages:
|
|||
image: "$CI_REGISTRY_IMAGE:ubuntu-bionic-i386"
|
||||
<<: *linux_i386
|
||||
|
||||
# FreeBSD
|
||||
|
||||
.freebsd-12-amd64: &freebsd_12_amd64_image
|
||||
tags:
|
||||
- freebsd12
|
||||
- amd64
|
||||
allow_failure: true
|
||||
|
||||
### Job Templates
|
||||
|
||||
.default-triggering-rules: &default_triggering_rules
|
||||
|
|
@ -468,24 +460,6 @@ unit:gcc:bionic:amd64:
|
|||
dependencies:
|
||||
- gcc:bionic:amd64
|
||||
|
||||
# Jobs for default CC builds on FreeBSD 12 (amd64)
|
||||
|
||||
clang:freebsd12:amd64:
|
||||
<<: *freebsd_12_amd64_image
|
||||
<<: *build_job
|
||||
|
||||
system:clang:freebsd12:amd64:
|
||||
<<: *freebsd_12_amd64_image
|
||||
<<: *system_test_job
|
||||
dependencies:
|
||||
- clang:freebsd12:amd64
|
||||
|
||||
unit:clang:freebsd12:amd64:
|
||||
<<: *freebsd_12_amd64_image
|
||||
<<: *unit_test_job
|
||||
dependencies:
|
||||
- clang:freebsd12:amd64
|
||||
|
||||
# Jobs for GCC builds with ASAN enabled on Debian Sid (amd64)
|
||||
|
||||
asan:sid:amd64:
|
||||
|
|
|
|||
Loading…
Reference in a new issue