From bc126a4685485ab3602b1dc1224ecc5a3497d7d3 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Thu, 6 Oct 2016 15:19:10 -0700 Subject: [PATCH] [infra] removed tpm2 from list of projects to build --- all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all.sh b/all.sh index d10a68111..3081f7262 100755 --- a/all.sh +++ b/all.sh @@ -20,6 +20,6 @@ ./infra/base-images/all.sh -for project in boringssl expat freetype2 libchewing libpng libxml2 re2 sqlite3 tpm2 zlib; do +for project in boringssl expat freetype2 libchewing libpng libxml2 re2 sqlite3 zlib; do docker build -t ossfuzz/$project $project/ done \ No newline at end of file