mirror of https://github.com/google/oss-fuzz.git
[tpm2-tss] disable building the Feature API (FAPI) (#3193)
The new API introduced in
6da95b04b4
pulls in additional build dependencies like json-c and is currently not
part of the fuzz testing, so disable it.
This commit is contained in:
parent
689c3f4b65
commit
60069cf1fe
|
@ -31,7 +31,8 @@ export GEN_FUZZ=1
|
|||
--enable-tcti-device=no \
|
||||
--enable-tcti-mssim=no \
|
||||
--disable-doxygen-doc \
|
||||
--disable-shared
|
||||
--disable-shared \
|
||||
--disable-fapi
|
||||
|
||||
sed -i 's/@DX_RULES@/# @DX_RULES@/g' Makefile
|
||||
make -j $(nproc) fuzz-targets
|
||||
|
|
Loading…
Reference in New Issue