Build contrib in CI & associated fixes
Compilation warnings fixes were prepared locally with warning options from .gitlab-ci.yml
(see CFLAGS_COMMON
) and configure.ac
(see STD_CFLAGS
) in mind but only the former are leveraged in the CI when contrib projects are being build. This is because contrib projects do not use Makefile.am
s and thus don't know about STD_CFLAGS
options. (I don't think it's worth plugging contrib to BIND 9's automake framework.)
Backport pipelines:
-
v9_18
- https://gitlab.isc.org/isc-projects/bind9/-/pipelines/105955 -
v9_16
- https://gitlab.isc.org/isc-projects/bind9/-/pipelines/105957
Prereq: isc-projects/images!173
Closes #3310 (closed)
Edited by Michał Kępień