aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarco Vanotti <mvanotti@users.noreply.github.com>2018-11-20 16:00:51 -0800
committerDmitry Vyukov <dvyukov@google.com>2018-11-21 02:31:13 +0100
commit3a3d7f11b40c885fbdb60aa011c88bb1e2bc5e12 (patch)
tree13908ebc6cdbaf20c96155e1398578f6755c9be5 /docs
parent3dedf11685e6c4b59a00baee9c5786aba28aac9f (diff)
docs: require arm64 build for fuchsia
I am adding a note in the fuchsia docs to specify that the caller should also build fuchsia for arm64. This is because the make extract command will call generate_fidl for TARGETARCH amd64 and arm64. If you happen to have an old tree for arm64, your amd64 changes might be overwritten by the arm64 ones.
Diffstat (limited to 'docs')
-rw-r--r--docs/fuchsia.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/fuchsia.md b/docs/fuchsia.md
index 747d22a96..c5db3e26d 100644
--- a/docs/fuchsia.md
+++ b/docs/fuchsia.md
@@ -9,6 +9,13 @@ fx set x64 --packages garnet/packages/products/sshd
fx full-build
```
+You need to build fuchsia for both arm64 and amd64:
+
+```
+fx set arm64 --packages garnet/packages/products/sshd
+fx full-build
+```
+
To update descriptions run:
```
make extract TARGETOS=fuchsia SOURCEDIR=/path/to/fuchsia/checkout