Skip to content

Commit 645d572

Browse files
committed
Revert "fuzz: Fix build for broken json-c repo"
This reverts commit 35b42ab. Fixed upstream now.
1 parent 35b42ab commit 645d572

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/fuzz/oss-fuzz-build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ last_commit zlib
5656
[ ! -d xz ] && git clone -q --depth 1 https://github.com/tukaani-project/xz
5757
last_commit xz
5858

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
59+
[ ! -d json-c ] && git clone -q --depth 1 https://github.com/json-c/json-c.git
6160
last_commit json-c
6261

6362
[ ! -d lvm2 ] && git clone -q --depth 1 https://gitlab.com/lvmteam/lvm2

0 commit comments

Comments
 (0)