From 60069cf1fe7d6439a0acc393594ab7278746d814 Mon Sep 17 00:00:00 2001 From: Jonas Witschel Date: Tue, 7 Jan 2020 19:29:08 +0000 Subject: [PATCH] [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. --- projects/tpm2-tss/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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