From: Michal Nowak Date: Mon, 21 Nov 2022 16:20:37 +0000 (+0100) Subject: Drop buffer.h helper for fuzz directory X-Git-Tag: v9.19.8~48^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b9c04342d17d004286c008bfe6fce5175d7d568;p=thirdparty%2Fbind9.git Drop buffer.h helper for fuzz directory The "fuzz" directory is no longer included in the code coverage report and the associated buffer.h helper is no longer needed. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a048e26086..c92a18c9ea9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1452,7 +1452,6 @@ gcov: - cp -f lib/isc/include/isc/*.h lib/dns/ - cp -f lib/isc/include/isc/*.h lib/ns/ - find bin lib -maxdepth 1 -mindepth 1 -type d -exec cp -f lib/isc/include/isc/buffer.h "{}" \; - - cp -f lib/isc/include/isc/buffer.h fuzz/ - cp -f lib/isc/include/isc/buffer.h lib/isc/netmgr/buffer.h - cp -f lib/isc/include/isc/hash.h lib/dns/hash.h # Generate XML file in the Cobertura XML format suitable for use by GitLab