Commit Graph

7 Commits

Author SHA1 Message Date
Max Moroz d0469fb4fa Add missing "ENV GIT_URL" variables to Dockerfiles. 2016-10-13 10:05:39 +02:00
Mike Aizatsky dae2012980 [infra] do not checkout oss-fuzz (#23)
Promising oss-fuzz in /src/oss-fuzz creates lots of confusion about where files come from.
Let's make everything explicit.

Fixes #20
2016-10-12 16:25:06 -07:00
Mike Aizatsky 49733bcced Update Jenkinsfile 2016-10-11 14:34:54 -07:00
Max Moroz 539cbab7b0 Fix broken libpng build (use "autoreconf -f -i" instead of ./autogen.sh).
Fix a typoe: add missing comma to README.md.
2016-10-10 15:22:25 +02:00
Mike Aizatsky e2ca7bcbe0 [infra] fixing build script location (/src/build.sh)
Fixing the location of build.sh gets rid of ENTRYPOINT. Which opens a possibility to implement different commands like:

````bash
docker run -ti expat compile
docker run -ti expat run <fuzzer_name> <input_data>
````

and keep the knowledge of build script location.

This is a breaking change.
2016-10-06 13:45:12 -07:00
Kuang-che Wu 76a7e284ef Remove leading blank line (#4) 2016-10-05 13:45:12 -07:00
mmoroz 104d81572e Add libpng fuzzer with a dictionary and a couple of modifications. 2016-09-13 16:45:39 +02:00