From 5f5f6d14e80b8bd6b42db961118e902387716bcb Mon Sep 17 00:00:00 2001 From: Julia Hansbrough Date: Mon, 12 Nov 2018 15:38:24 -0800 Subject: [fuchsia] Fix Fuchsia build. * Needed to clean out the build on the main host. We switched to a "petal" layout which required a complete rebuild. * Update SSH interface. SSH keys have to be set at buildtime via --args. * Update fvm.blk location. --- docs/fuchsia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/fuchsia.md b/docs/fuchsia.md index 2d1a6f64f..747d22a96 100644 --- a/docs/fuchsia.md +++ b/docs/fuchsia.md @@ -29,7 +29,7 @@ Run `syz-manager` with a config along the lines of: "workdir": "/workdir.fuchsia", "kernel_obj": "/fuchsia/out/build-zircon/build-x64", "syzkaller": "/syzkaller", - "image": "/fuchsia/out/x64/images/fvm.blk", + "image": "/fuchsia/out/x64/out/build/images/fvm.blk", "sshkey": "/fuchsia/out/x64/ssh-keys/id_ed25519", "reproduce": false, "cover": false, -- cgit mrf-deployment