Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Jan 16, 2025
1 parent ff0d69c commit fc487de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/mopt2/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM $parent_image
# Set AFL_NO_X86 to skip flaky tests.
RUN git clone https://github.com/vanhauser-THC/MOpt /afl && \
cd /afl && \
git checkout 63ce2d71134d80327b28ee2a80cae4ecbe374f54 && \
git checkout a2e23d151bed60e1912e74670f71dec695c988c7 && \
cd MOpt && AFL_NO_X86=1 make && \
cp afl-fuzz ..

Expand Down

0 comments on commit fc487de

Please sign in to comment.