We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ef51b commit e26f8b4Copy full SHA for e26f8b4
Makefile
@@ -244,6 +244,7 @@ fuzz-build: $(LIBGIT2)
244
fuzz-smoketest: fuzz-build
245
docker run --rm \
246
-v "$(BUILD_DIR)/fuzz/out":/out \
247
+ -v "$(shell go env GOMODCACHE):/root/go/pkg/mod" \
248
-v "$(shell pwd)/tests/fuzz/oss_fuzz_run.sh":/runner.sh \
249
local-fuzzing:latest \
250
bash -c "/runner.sh"
0 commit comments