diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-01-28 17:19:09 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-02-04 14:57:28 +0000 |
| commit | 10f46061d0a00f1bfb6c1f0f34509e1656a3bb23 (patch) | |
| tree | 10b69464988fc137bd9ca1c585b69a91447e6c4d /Makefile | |
| parent | faad89b8bb82e638f0b30b3bc10ce9b450402be2 (diff) | |
syz-cluster: integrate with syz-diff
Run differential fuzzing as a workflow step.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
