Update Fuchsia walkthrough with new configs

The new `download-ci-llvm` configuration option dosn't work with `lld =
true` (see #100853). The Fuchsia walkthrough should recommend setting it
to `false`.
This commit is contained in:
David Koloski 2023-01-04 15:55:48 -05:00
parent 312c9a37f2
commit 56eb7eeaaf

View File

@ -198,6 +198,9 @@ target = ["<host_platform>", "aarch64-fuchsia", "x86_64-fuchsia"]
[rust]
lld = true
[llvm]
download-ci-llvm = false
[target.x86_64-fuchsia]
cc = "clang"
cxx = "clang++"