Skip to content

Commit 812dcfb

Browse files
infra: bump fuzz introspector (#11662)
Contains performance improvements, which currently caused some projects, e.g. ICU, to exhaust the timeout available. Signed-off-by: David Korczynski <[email protected]>
1 parent 79f0df6 commit 812dcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/base-images/base-clang/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y wget sudo && \
3636
RUN apt-get update && apt-get install -y git && \
3737
git clone https://github.com/ossf/fuzz-introspector.git fuzz-introspector && \
3838
cd fuzz-introspector && \
39-
git checkout 04011ff3b0bff1ab1b7a2745688ca31b03c8db38 && \
39+
git checkout c9ff60e24a8f80724e15180f558ccb169ded52b1 && \
4040
git submodule init && \
4141
git submodule update && \
4242
apt-get autoremove --purge -y git && \

0 commit comments

Comments
 (0)