Commit Graph

11 Commits

Author SHA1 Message Date
Mike Aizatsky ea957bd4ee [infra] checking out library sources in the image (#40)
fixes #33
2016-10-18 15:37:23 -07:00
Mike Aizatsky 089add6e8b [infra] replacing libfuzzer/*.o by -lfuzzer
Fixes issue #32
2016-10-17 14:37:19 -07:00
Mike Aizatsky 941e47d6e1 [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07:00
Max Moroz d0469fb4fa Add missing "ENV GIT_URL" variables to Dockerfiles. 2016-10-13 10:05:39 +02:00
Mike Aizatsky a9a60f027b Update build.sh 2016-10-13 00:15:28 -07: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 57204ea620 Update Jenkinsfile 2016-10-11 14:36:01 -07: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
wren romano 4eb74efebc re2/build.sh: removed debugging output stuff
We may want to reintroduce it to make the build process prettier
and easier to debug; but we should do it for all the libraries we're
fuzzing, not just this one.
2016-09-12 13:21:33 -07:00
wren romano 2f883db78d re2/build.sh: got things working despide CXXFLAGS issues 2016-09-12 13:20:18 -07:00
wren romano 8048f473aa adding re2 2016-09-12 12:56:19 -07:00