diff options
| author | van Hauser <vh@thc.org> | 2020-08-05 10:25:53 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-08-05 10:25:53 +0200 |
| commit | 4a859aff70cb4334c78bd6a13feb820bdad9d9d6 (patch) | |
| tree | 0c294647171fdc40a2cce67d447e13c845510c52 /test/travis/bionic | |
| parent | 8fc727e597f26161fde7f38af8b805a39497da52 (diff) | |
| download | afl++-4a859aff70cb4334c78bd6a13feb820bdad9d9d6.tar.gz | |
travis fixes
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 && \ |
