mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Replace clang:stretch:amd64 build with clang:buster:amd64 build (+ add missing system test)
(cherry picked from commit 281531d82b)
This commit is contained in:
parent
00f12220c0
commit
95d2d8399a
1 changed files with 13 additions and 6 deletions
|
|
@ -1027,21 +1027,28 @@ unit:mutexatomics:
|
|||
- job: mutexatomics
|
||||
artifacts: true
|
||||
|
||||
# Jobs for Clang builds on Debian Stretch (amd64)
|
||||
# Jobs for Clang builds on Debian Buster (amd64)
|
||||
|
||||
clang:stretch:amd64:
|
||||
clang:buster:amd64:
|
||||
variables:
|
||||
CC: ${CLANG}
|
||||
CFLAGS: "${CFLAGS_COMMON} -Wenum-conversion"
|
||||
EXTRA_CONFIGURE: "--with-python=python3"
|
||||
<<: *debian_stretch_amd64_image
|
||||
<<: *debian_buster_amd64_image
|
||||
<<: *build_job
|
||||
|
||||
unit:clang:stretch:amd64:
|
||||
<<: *debian_stretch_amd64_image
|
||||
system:clang:buster:amd64:
|
||||
<<: *debian_buster_amd64_image
|
||||
<<: *system_test_job
|
||||
needs:
|
||||
- job: clang:buster:amd64
|
||||
artifacts: true
|
||||
|
||||
unit:clang:buster:amd64:
|
||||
<<: *debian_buster_amd64_image
|
||||
<<: *unit_test_job
|
||||
needs:
|
||||
- job: clang:stretch:amd64
|
||||
- job: clang:buster:amd64
|
||||
artifacts: true
|
||||
|
||||
# Jobs for nocrypto builds
|
||||
|
|
|
|||
Loading…
Reference in a new issue