Do not use ld for coverage for thrift (#6310)

This commit is contained in:
Catena cyber 2021-08-26 15:56:08 +02:00 committed by GitHub
parent 8bb97d4a89
commit 9cf30622eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
# build project
export ASAN_OPTIONS=detect_leaks=0
if [ "$SANITIZER" = "coverage" ]
then
cp /usr/bin/ld.gold /usr/bin/ld
fi
./bootstrap.sh
# rust fails compilation with clippy warnings
./configure --with-rs=no