aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-06-01 19:09:18 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-06-02 13:39:30 +0200
commit52fd7b7d77d5d922e0a2ca3c28785a6ad450b49b (patch)
tree078ed471ef37c15f74c79f23f4100efd333840ca /docs
parent2b26ad000f9259381f3a6f7526660a3444784707 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/netbsd/README.md2
1 files changed, 1 insertions, 1 deletions
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.