mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
fuzz: put fuzzing stuff in own build tag (#1215)
No need to have this build all the time.
This commit is contained in:
@@ -25,7 +25,7 @@ echo:
|
||||
|
||||
.PHONY: $(PLUGINS)
|
||||
$(PLUGINS): echo
|
||||
go-fuzz-build $(REPO)/$(@)
|
||||
go-fuzz-build -tags fuzz $(REPO)/$(@)
|
||||
go-fuzz -bin=./$(@)-fuzz.zip -workdir=fuzz/$(@)
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
Reference in New Issue
Block a user