mirror of https://github.com/google/oss-fuzz.git
[infra] better all.sh
This commit is contained in:
parent
496ea1b901
commit
22fe54e844
5
all.sh
5
all.sh
|
@ -20,6 +20,9 @@
|
|||
|
||||
./infra/base-images/all.sh
|
||||
|
||||
for project in boringssl expat freetype2 libchewing libpng libxml2 re2 sqlite3 zlib; do
|
||||
IGNORE="docs:infra:tpm2:scripts"
|
||||
|
||||
for project in *; do
|
||||
if [[ -f $project || ":${IGNORE}:" == *":$project:"* ]]; then continue; fi
|
||||
docker build -t ossfuzz/$project $project/
|
||||
done
|
Loading…
Reference in New Issue