diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-10-30 22:26:47 +0000 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2015-10-30 22:26:47 +0000 |
commit | ad5844ec9d2515654fae8e20f4e4272ddaf3a90f (patch) | |
tree | f8ea32ca0f6b1a8b8531bd0de9ae119766c6644e /Dockerfile | |
parent | 6b0082b01e60ea2361da401694ea5aa7f7a6e966 (diff) | |
download | klee-ad5844ec9d2515654fae8e20f4e4272ddaf3a90f.tar.gz |
Teach TravisCI and the Docker build to use the tagged
"klee_uclibc_v1.0.0" release of uclibc.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 03a65a75..b6aab804 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ ENV LLVM_VERSION=3.4 \ STP_VERSION=master \ DISABLE_ASSERTIONS=0 \ ENABLE_OPTIMIZED=1 \ - KLEE_UCLIBC=1 \ + KLEE_UCLIBC=klee_uclibc_v1.0.0 \ KLEE_SRC=/home/klee/klee_src \ COVERAGE=0 \ BUILD_DIR=/home/klee/klee_build |