Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-08 | Fix accidently hardcoding of LLVM version in Dockerfile | Dan Liew | |
2015-08-31 | Delete old patches. | Martin Nowack | |
Say farewell to r940. | |||
2015-06-16 | added COVERAGE=0 to dockerfile, factored out coverage build flags to be only ↵ | Timotej Kapus | |
set when COVERAGE is, added the python server script to scripts | |||
2015-04-10 | The Docker image had python2 and python3 which is a waste of space | Dan Liew | |
(I'm not sure where python3 came from. I didn't explicitly install it). Just ship python3. | |||
2015-04-10 | Don't upgrade pip or setuptools. Upgrading pip breaks the build because | Dan Liew | |
/usr/local/bin/ isn't in PATH so using pip after upgrading it fails. | |||
2015-04-10 | Add missing slash in last commit. | Dan Liew | |
2015-04-10 | Update Dockerfile | David Leon Gil | |
klee-stats requires tabulate to be installed. | |||
2015-04-09 | Add initial Dockerfile for building a KLEE Docker image (uses LLVM3.4). | Dan Liew | |
This is is tightly coupled with the TravisCI scripts. There are some really nasty hacks in here that we should get rid of at some point. |