Skip to content

Commit e26f8b4

Browse files
author
Paulo Gomes
committed
fuzz: Reuse go cache from host
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 50ef51b commit e26f8b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ fuzz-build: $(LIBGIT2)
244244
fuzz-smoketest: fuzz-build
245245
docker run --rm \
246246
-v "$(BUILD_DIR)/fuzz/out":/out \
247+
-v "$(shell go env GOMODCACHE):/root/go/pkg/mod" \
247248
-v "$(shell pwd)/tests/fuzz/oss_fuzz_run.sh":/runner.sh \
248249
local-fuzzing:latest \
249250
bash -c "/runner.sh"

0 commit comments

Comments
 (0)