Skip to content

Commit 35261a8

Browse files
committed
disable lapi testing for i386
1 parent d13ed74 commit 35261a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/lua/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ done
138138
# Code coverage is not supported,
139139
# see https://github.com/google/oss-fuzz/issues/14859.
140140
if [[ "$FUZZING_ENGINE" != libfuzzer ]] ||
141-
[[ "$SANITIZER" == "coverage" ]]; then
141+
[[ "$SANITIZER" == "coverage" ]] ||
142+
[[ "$ARCHITECTURE" == "i386" ]]; then
142143
exit
143144
fi
144145

0 commit comments

Comments
 (0)