Skip to content

Commit

Permalink
infra: bump introspector (#10822)
Browse files Browse the repository at this point in the history
- adds a deeper recursion logic to introspector's python module, which
fixes some of the broken builds
- fixes ossf/fuzz-introspector#1192
  • Loading branch information
DavidKorczynski authored Aug 21, 2023
1 parent e8c80a8 commit 8c049f1
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 051d91d586f4cfbe3ce11985706ea392b14a396b && \
git checkout f3df78ca617653ba663a2756c9b6c04450773bc0 && \
git submodule init && \
git submodule update && \
apt-get autoremove --purge -y git && \
Expand Down

0 comments on commit 8c049f1

Please sign in to comment.