We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2d122 commit 15fc30eCopy full SHA for 15fc30e
projects/tarantool/build.sh
@@ -117,12 +117,9 @@ done
117
118
# Finish execution if libFuzzer is not used, because luzer
119
# is libFuzzer-based.
120
-# UndefinedBehaviorSanitizer is not supported,
121
-# see https://github.com/tarantool/tarantool/issues/12216.
122
# Code coverage is not supported,
123
# see https://github.com/google/oss-fuzz/issues/14859.
124
if [[ "$FUZZING_ENGINE" != libfuzzer ]] ||
125
- [[ "$SANITIZER" == "undefined" ]] ||
126
[[ "$SANITIZER" == "coverage" ]]; then
127
exit
128
fi
0 commit comments