Skip to content

Commit

Permalink
update the aflrustrust compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Aug 12, 2024
1 parent 8adba6f commit a1ada7f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fuzzers/aflrustrust/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ RUN if which rustup; then rustup self uninstall -y; fi && \
rm /rustup.sh

# Download afl++.
RUN git clone https://github.com/AFLplusplus/AFLplusplus /afl

# Checkout a current commit
RUN cd /afl && git checkout 8cdc48f73a17ddd557897f2098937a8ba3bfe184
RUN git clone --branch stable https://github.com/AFLplusplus/AFLplusplus /afl

# Build without Python support as we don't need it.
# Set AFL_NO_X86 to skip flaky tests.
Expand Down

0 comments on commit a1ada7f

Please sign in to comment.