Skip to content

Commit 3302ca5

Browse files
authored
1 parent 78a50ae commit 3302ca5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

projects/mongo-go-driver/build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
################################################################################
1717

1818
go get github.com/AdamKorcz/go-118-fuzz-build/testing
19-
rm -rf $SRC/mongo-go-driver/vendor
20-
go run cmd/build-oss-fuzz-corpus/main.go $OUT/fuzz_decode_seed_corpus.zip
19+
go run internal/cmd/build-oss-fuzz-corpus/main.go $OUT/fuzz_decode_seed_corpus.zip
2120

2221
mv bson/fuzz_test.go bson/fuzz.go
2322
mv bson/bson_corpus_spec_test.go bson/bson_corpus_spec.go
2423

2524
sed -i '/seedBSONCorpus/d' bson/fuzz.go
2625

27-
compile_native_go_fuzzer go.mongodb.org/mongo-driver/bson FuzzDecode fuzz_decode
26+
compile_native_go_fuzzer go.mongodb.org/mongo-driver/v2/bson FuzzDecode fuzz_decode

0 commit comments

Comments
 (0)