From 62ad025d88f07e81d890532c0161be418f5a5fac Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Wed, 17 Dec 2025 07:56:54 -0800 Subject: [PATCH] [fuzz] update build script to checkout submodules (#12216) --- tests/fuzz/oss-fuzz-build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/fuzz/oss-fuzz-build b/tests/fuzz/oss-fuzz-build index 7928b8c2d..2fdc8c59d 100755 --- a/tests/fuzz/oss-fuzz-build +++ b/tests/fuzz/oss-fuzz-build @@ -29,6 +29,8 @@ set -euxo pipefail +git submodule update --init --recursive --depth 1 + ( mkdir build cd build || exit