mirror of https://github.com/google/oss-fuzz.git
[bls-signatures] Build mcl with ubsan (#5765)
This commit is contained in:
parent
8221561c34
commit
3cc884e673
|
@ -135,7 +135,7 @@ then
|
|||
fi
|
||||
|
||||
# Build mcl
|
||||
if [[ "$SANITIZER" != "memory" && "$SANITIZER" != "undefined" ]]
|
||||
if [[ "$SANITIZER" != "memory" ]]
|
||||
then
|
||||
cd $SRC/mcl/
|
||||
mkdir build/
|
||||
|
@ -198,7 +198,7 @@ then
|
|||
make -B
|
||||
fi
|
||||
|
||||
if [[ "$SANITIZER" != "memory" && "$SANITIZER" != "undefined" ]]
|
||||
if [[ "$SANITIZER" != "memory" ]]
|
||||
then
|
||||
cd $SRC/cryptofuzz/modules/mcl/
|
||||
make -B
|
||||
|
|
Loading…
Reference in New Issue