Skip to content

Commit

Permalink
infra: bump introspector (#12412)
Browse files Browse the repository at this point in the history
Contains updates regarding test-to-harness conversion
google/oss-fuzz-gen#494
  • Loading branch information
DavidKorczynski authored Aug 27, 2024
1 parent 843fe6a commit ca74340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/base-images/base-clang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y wget sudo && \
RUN apt-get update && apt-get install -y git && \
git clone https://github.com/ossf/fuzz-introspector.git fuzz-introspector && \
cd fuzz-introspector && \
git checkout cce5c5f8d181ea470db6358ee0f029d957c76e8c && \
git checkout b7e30c1424c64a2c14dfb38d901830aa66ed47a4 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \
Expand Down

0 comments on commit ca74340

Please sign in to comment.