Skip to content

Commit

Permalink
use more robust mua_build version
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-go committed Dec 27, 2023
1 parent 800ebd9 commit 7cdd014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/mutation_analysis/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ RUN pipx install hatch
# mua_fuzzer_bench
RUN git clone https://github.com/phi-go/mua_fuzzer_bench /mutator && \
cd /mutator && \
git checkout 4640b4966eff1d7f5f941af28dde691f102c70a9
git checkout 7fa82307e8cab44d625f53a6b89753ee9a20e5d0

RUN cd /mutator && \
echo "llvmBinPath=/usr/lib/llvm-15/bin/" > gradle.properties
Expand Down

0 comments on commit 7cdd014

Please sign in to comment.