mirror of https://github.com/google/oss-fuzz.git
Do not use ld for coverage for thrift (#6310)
This commit is contained in:
parent
8bb97d4a89
commit
9cf30622eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue