Skip to content

Commit

Permalink
dgraph: fix broken build (#12920)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Korczynski <[email protected]>
  • Loading branch information
AdamKorcz authored Jan 8, 2025
1 parent 6d2d313 commit 41c01c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/dgraph/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
mv $SRC/fuzz_parser_test.go $SRC/dgraph/dql/
printf "package dql\nimport _ \"github.com/AdamKorcz/go-118-fuzz-build/testing\"\n" > dql/register.go
go mod tidy
compile_native_go_fuzzer github.com/dgraph-io/dgraph/v24/dql FuzzParserTest parser_fuzzer
compile_native_go_fuzzer github.com/hypermodeinc/dgraph/v24/dql FuzzParserTest parser_fuzzer

0 comments on commit 41c01c9

Please sign in to comment.