From 10f46061d0a00f1bfb6c1f0f34509e1656a3bb23 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 28 Jan 2025 17:19:09 +0100 Subject: syz-cluster: integrate with syz-diff Run differential fuzzing as a workflow step. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b57e51d0e..d3dbc0869 100644 --- a/Makefile +++ b/Makefile @@ -150,6 +150,9 @@ descriptions: bin/syz-sysgen touch .descriptions +go-flags: + @echo "${GOHOSTFLAGS}" + manager: descriptions GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-manager github.com/google/syzkaller/syz-manager -- cgit mrf-deployment