diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-08-05 10:28:00 +0200 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-08-05 10:28:00 +0200 |
| commit | 9864d9c189ee7f744b4fb791a035980c710974d1 (patch) | |
| tree | 12fc9014ef20678f6e7db06ff3e3286648142c3f /test/travis/bionic | |
| parent | bd36aac60a6d85fe83d072bf00a9ec0b2f3f135d (diff) | |
| parent | 4a859aff70cb4334c78bd6a13feb820bdad9d9d6 (diff) | |
| download | afl++-9864d9c189ee7f744b4fb791a035980c710974d1.tar.gz | |
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'test/travis/bionic')
| -rw-r--r-- | test/travis/bionic/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/travis/bionic/Dockerfile b/test/travis/bionic/Dockerfile index d1b53e70..00ab96f9 100644 --- a/test/travis/bionic/Dockerfile +++ b/test/travis/bionic/Dockerfile @@ -31,6 +31,7 @@ RUN apt-get update && apt-get -y install \ ENV AFL_NO_UI=1 ENV AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1 +ENV LLVM_CONFIG=llvm-config-6.0 RUN cd / && \ git clone https://github.com/AFLplusplus/AFLplusplus && \ |
