Skip to content

Commit

Permalink
update mopt
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Jan 9, 2025
1 parent 155eb4d commit 04e6035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/mopt/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/puppet-meteor/MOpt-AFL /afl && \
cd /afl && \
git checkout 45b9f38d2d8b699fd571cfde1bf974974339a21e && \
git checkout a9a5dc5c0c291c1cdb09b2b7b27d7cbf1db7ce7b && \
cd MOpt && AFL_NO_X86=1 make && \
cp afl-fuzz ..

Expand Down

0 comments on commit 04e6035

Please sign in to comment.