aboutsummaryrefslogtreecommitdiff
path: root/projects/tpm2-tss
diff options
context:
space:
mode:
authorJonas Witschel <diabonas@gmx.de>2020-01-07 19:29:08 +0000
committerAbhishek Arya <inferno@chromium.org>2020-01-07 11:29:08 -0800
commit60069cf1fe7d6439a0acc393594ab7278746d814 (patch)
tree54a44fb6f9e986834122813f6573e965cae83614 /projects/tpm2-tss
parent689c3f4b65b77ca27e882de828b4e741121238fc (diff)
downloadoss-fuzz-60069cf1fe7d6439a0acc393594ab7278746d814.tar.gz
[tpm2-tss] disable building the Feature API (FAPI) (#3193)
The new API introduced in https://github.com/tpm2-software/tpm2-tss/commit/6da95b04b4f22284d5b40cc03fa19e6dc514339f pulls in additional build dependencies like json-c and is currently not part of the fuzz testing, so disable it.
Diffstat (limited to 'projects/tpm2-tss')
-rw-r--r--projects/tpm2-tss/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/tpm2-tss/build.sh b/projects/tpm2-tss/build.sh
index 242787c79..9e7788367 100644
--- a/projects/tpm2-tss/build.sh
+++ b/projects/tpm2-tss/build.sh
@@ -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