1 parent 35b42ab commit 645d572Copy full SHA for 645d572
1 file changed
tests/fuzz/oss-fuzz-build.sh
@@ -56,8 +56,7 @@ last_commit zlib
56
[ ! -d xz ] && git clone -q --depth 1 https://github.com/tukaani-project/xz
57
last_commit xz
58
59
-# 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
+[ ! -d json-c ] && git clone -q --depth 1 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