Commit Graph

4 Commits

Author SHA1 Message Date
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