attempted fix for curl (#6882)

* update afl++ commit id

* update afl++ commit id

* fix for afl++

* attempt fix for curl
This commit is contained in:
van Hauser 2021-11-22 16:01:08 +01:00 committed by GitHub
parent b30c216a88
commit 24f5d036e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ WORKDIR $SRC
# TODO: switch to -b stable once we can.
RUN git clone https://github.com/AFLplusplus/AFLplusplus.git aflplusplus && \
cd aflplusplus && \
git checkout 7777045c09c404b1274c930788317525fedb43ad
git checkout 6f9a98c4a97e8e261fc52891d61f0b0c145b6364
RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \