We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da919f commit 35b42abCopy full SHA for 35b42ab
1 file changed
tests/fuzz/oss-fuzz-build.sh
@@ -56,7 +56,8 @@ last_commit zlib
56
[ ! -d xz ] && git clone -q --depth 1 https://github.com/tukaani-project/xz
57
last_commit xz
58
59
-[ ! -d json-c ] && git clone -q --depth 1 https://github.com/json-c/json-c.git
+# Master branch is broken, use json-c-0.18 for now
60
+[ ! -d json-c ] && git clone -q --depth 1 --branch json-c-0.18 https://github.com/json-c/json-c.git
61
last_commit json-c
62
63
[ ! -d lvm2 ] && git clone -q --depth 1 https://gitlab.com/lvmteam/lvm2
0 commit comments