Skip to content

Commit

Permalink
pin commit hash for rebuild sake
Browse files Browse the repository at this point in the history
  • Loading branch information
addisoncrump committed Dec 14, 2023
1 parent 05684c3 commit e091aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuzzers/libafl/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN if which rustup; then rustup self uninstall -y; fi && \
RUN git clone https://github.com/AFLplusplus/LibAFL /libafl

# Checkout a current commit
RUN cd /libafl && git pull && git checkout scoped-cov
RUN cd /libafl && git pull && git checkout fa8a1dbdfeb8c48ea0e9068cd43053ffd05d3f83
# Note that due a nightly bug it is currently fixed to a known version on top!

# Compile libafl.
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/libafl_scoped_cov/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN if which rustup; then rustup self uninstall -y; fi && \
RUN git clone https://github.com/AFLplusplus/LibAFL /libafl

# Checkout a current commit
RUN cd /libafl && git pull && git checkout scoped-cov
RUN cd /libafl && git pull && git checkout fa8a1dbdfeb8c48ea0e9068cd43053ffd05d3f83
# Note that due a nightly bug it is currently fixed to a known version on top!

# Compile libafl.
Expand Down

0 comments on commit e091aad

Please sign in to comment.