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
ecc972489a
Update templates.py
2016-10-11 14:33:22 -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
Kuang-che Wu
76a7e284ef
Remove leading blank line ( #4 )
2016-10-05 13:45:12 -07:00
Oliver Chang
9d94f2bec5
[helper] Add a "shell" command for running /bin/bash in an image.
2016-09-28 13:23:30 -07:00
Oliver Chang
5a77076301
[helper] Print docker command invocations
2016-09-28 12:44:45 -07:00
Oliver Chang
960e448f9f
[helper] git clone recursively
2016-09-02 10:18:00 -07:00
Oliver Chang
1479b3a76e
[helper] generated build.sh fixes
...
- fix permissions to allow execute
- add examples to template
2016-09-02 09:57:31 -07:00
Oliver Chang
27b6dec89f
Implement a helper script.
2016-09-01 16:37:12 -07:00