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
Mike Aizatsky
2a675ebe12
Update Jenkinsfile
2016-10-11 14:34:31 -07:00
Mike Aizatsky
85dad5d52d
[infra] checkout command: automatic code checkout and compiling ( #11 )
2016-10-10 13:21:45 -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
Oliver Chang
bcdafbec0e
[infra] optional dockerfile; copy .dict and .options
...
- Remove requirement of specifying dockerfile in Jenkinsfile. Assume it
is in the library directory by deefault.
- Try to copy any *.dict or *.options files to output directory.
2016-08-30 13:08:26 -07:00
Mike Aizatsky
59b8be069d
[freetype] statically building libarchive
2016-08-15 09:50:23 -07:00
Mike Aizatsky
af55867da0
[freetype] make a clean before build.
2016-08-08 08:13:56 -07:00
Mike Aizatsky
69110e1f33
[infra] no need to call /env
2016-08-07 19:53:25 -07:00
Mike Aizatsky
255a2c63b4
[infra] using LDFLAGS with static library linkage
2016-08-05 16:29:38 -07:00
Mike Aizatsky
f1b094b16a
[infra] removing workspace directory
2016-08-01 14:15:43 -07:00
Mike Aizatsky
a8394ce0b6
adding make to Dockerfiles
2016-07-28 13:46:35 -07:00
Mike Aizatsky
7ef8ddd092
[infra] docker images nits
2016-07-27 16:04:01 -07:00
Mike Aizatsky
df7eb1f258
[freetype2] migrating freetype2 project
2016-07-26 15:25:13 -07:00