mirror of https://github.com/google/oss-fuzz.git
[infra] removed tpm2 from list of projects to build
This commit is contained in:
parent
4a37c2edaf
commit
bc126a4685
2
all.sh
2
all.sh
|
@ -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
|
Loading…
Reference in New Issue