From 71d1e19c3c1ed302d320cab94d84b277b72f6521 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 21 Nov 2022 17:20:37 +0100 Subject: [PATCH] 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. (cherry picked from commit 8b9c04342d17d004286c008bfe6fce5175d7d568) --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16451cfb9e..b13977685a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1497,7 +1497,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