Commit Graph

5 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
Max Moroz 92bcd742ca [libchewing] Add missing 'ENV GIT_URL' into Dockerfile. 2016-10-13 12:51:26 +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 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 4dc6a2b23f [libchewing] first fuzzer
libchewing is a library for Chinese character input.
2016-10-06 13:08:01 -07:00