From 8bc4b85b1faf63f25c1a249d1a35b5662f2581fb Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 26 Aug 2019 08:15:05 +0000 Subject: [PATCH] fuzz: use new fuzzit (#3193) Upgrade to new version and add if-not-exists to the cmdline Signed-off-by: Miek Gieben --- Makefile | 2 +- Makefile.fuzz | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 648b8f38b..d5deed904 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ ifeq ($(TEST_TYPE),fuzzit) LIBFUZZER=YES $(MAKE) -f Makefile.fuzz all; \ $(MAKE) -sf Makefile.fuzz fuzzit; \ for i in `$(MAKE) -sf Makefile.fuzz echo`; do echo $$i; \ - ./fuzzit create job --type $(FUZZIT_TYPE) coredns/$$i ./$$i; \ + ./fuzzit create job --if-not-exists --type $(FUZZIT_TYPE) coredns/$$i ./$$i; \ done; \ fi; endif diff --git a/Makefile.fuzz b/Makefile.fuzz index 5f915b712..6aef4685e 100644 --- a/Makefile.fuzz +++ b/Makefile.fuzz @@ -17,7 +17,7 @@ # GO111MODULE=off go get github.com/dvyukov/go-fuzz/go-fuzz-build REPO:="github.com/coredns/coredns" -FUZZIT:=v2.4.28 +FUZZIT:=v2.4.35 # set LIBFUZZER=YES to build libfuzzer compatible targets FUZZ:=$(dir $(wildcard plugin/*/fuzz.go)) # plugin/cache/