From 52fd7b7d77d5d922e0a2ca3c28785a6ad450b49b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 1 Jun 2020 19:09:18 +0200 Subject: tools: add syz-big-env On top of syz-env it provides akaros/fuchsia/netbsd toolchains and gcloud sdk. With this it's possible to run dashboard/app tests on CI and locally and test executor build and pkg/{csource,cover} for these OSes. Update #1765 --- docs/netbsd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/netbsd') diff --git a/docs/netbsd/README.md b/docs/netbsd/README.md index 121fbef58..fc9c2d821 100644 --- a/docs/netbsd/README.md +++ b/docs/netbsd/README.md @@ -36,7 +36,7 @@ At this point you should have a NetBSD distribution in `$HOME/netbsd/dest`. 3. Compile syzkaller for NetBSD. ```sh - host$ make TARGETOS=netbsd SOURCEDIR=$HOME/netbsd/src + host$ make TARGETOS=netbsd SOURCEDIR=$HOME/netbsd ``` The above steps should have built the syzkaller binaries for NetBSD. -- cgit mrf-deployment