mirror of https://github.com/google/oss-fuzz.git
ansible: fix build (#7845)
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47849
This commit is contained in:
parent
6188bc4510
commit
2737a99ae9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue