[infra] removed tpm2 from list of projects to build

This commit is contained in:
Mike Aizatsky 2016-10-06 15:19:10 -07:00
parent 4a37c2edaf
commit bc126a4685
1 changed files with 1 additions and 1 deletions

2
all.sh
View File

@ -20,6 +20,6 @@
./infra/base-images/all.sh ./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/ docker build -t ossfuzz/$project $project/
done done