linkerd2-proxy: fix build. (#6254)

This commit is contained in:
DavidKorczynski 2021-08-20 11:40:07 +01:00 committed by GitHub
parent fe09bda7d6
commit 7cb51f8a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -43,3 +43,6 @@ cd ${BASE}/transport-header
${BUILD_FUZZER}
cp ${TARGET_PATH}/fuzz_target_raw $OUT/fuzz_transport_raw
cp ${TARGET_PATH}/fuzz_target_structured $OUT/fuzz_transport_structured
echo "[libfuzzer]" > $OUT/fuzz_transport_raw.options
echo "detect_leaks=0" >> $OUT/fuzz_transport_raw.options