aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-07-04 12:41:40 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-07-04 15:05:30 +0200
commit74cb4e09a50b0f8cc45fce9ac072d1079eb03b42 (patch)
treeaf9ed84de62047053e941c5e08d979fa200535b0 /Makefile
parentc7d7f10bdff703e4a3c0414e8a33d4e45c91eb35 (diff)
go.mod: add go-fuzz-build
Otherwise go-fuzz-build now fails with: + go-fuzz-build -libfuzzer -func FuzzDeserialize -o fuzzer.a ./prog/test -: cannot find package "." in: /syzkaller/gopath/src/github.com/google/syzkaller/vendor/github.com/dvyukov/go-fuzz/go-fuzz-dep
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 71c72a6bb..bced8120d 100644
--- a/Makefile
+++ b/Makefile
@@ -401,8 +401,7 @@ install_prerequisites:
sudo apt-get install -y -q g++-s390x-linux-gnu || true
sudo apt-get install -y -q g++-riscv64-linux-gnu || true
sudo apt-get install -y -q ragel clang-format
- go get -u golang.org/x/tools/cmd/goyacc \
- github.com/dvyukov/go-fuzz/go-fuzz-build
+ go get -u golang.org/x/tools/cmd/goyacc
check_copyright:
./tools/check-copyright.sh