ansible: fix build (#7845)

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47849
This commit is contained in:
DavidKorczynski 2022-06-10 11:12:58 +01:00 committed by GitHub
parent 6188bc4510
commit 2737a99ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,6 @@
pip3 install . pip3 install .
cp /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 /out/libcrypt.so
cd $SRC cd $SRC
# Build parse and task fuzzers # Build parse and task fuzzers
@ -30,3 +29,5 @@ if [ "$SANITIZER" != "coverage" ]; then
cp $SRC/fuzz_encrypt.sh $OUT/fuzz_encrypt cp $SRC/fuzz_encrypt.sh $OUT/fuzz_encrypt
chmod +x $OUT/fuzz_encrypt chmod +x $OUT/fuzz_encrypt
fi fi
cp /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 $OUT/libcrypt.so