]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop buffer.h helper for fuzz directory
authorMichal Nowak <mnowak@isc.org>
Mon, 21 Nov 2022 16:20:37 +0000 (17:20 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 23 Nov 2022 13:54:54 +0000 (14:54 +0100)
The "fuzz" directory is no longer included in the code coverage report
and the associated buffer.h helper is no longer needed.

.gitlab-ci.yml

index 2a048e26086deda451d9cb6e82150a22c9196b06..c92a18c9ea9aaf21f64377e8cf1b988db304bd1c 100644 (file)
@@ -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