about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorJoseph Ryan <josephry@google.com>2023-02-02 11:23:48 -0800
committerJoseph Ryan <josephry@google.com>2023-02-02 13:29:03 -0800
commiteb5e9713b5fc4da7cb9dbdc9d302de10126b3287 (patch)
treeaf12d5fe2a424064d48ce8e28dce2da727cdf3e1 /src/doc
parent97872b792c9dd6a9bc5c3f4e62a0bd5958b09cdc (diff)
downloadrust-eb5e9713b5fc4da7cb9dbdc9d302de10126b3287.tar.gz
rust-eb5e9713b5fc4da7cb9dbdc9d302de10126b3287.zip
Use triple rather than arch for fuchsia test runner
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc/src/platform-support/fuchsia.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/fuchsia.md b/src/doc/rustc/src/platform-support/fuchsia.md
index 29e70129a62..0f165b268ba 100644
--- a/src/doc/rustc/src/platform-support/fuchsia.md
+++ b/src/doc/rustc/src/platform-support/fuchsia.md
@@ -697,7 +697,7 @@ test environment with:
 src/ci/docker/scripts/fuchsia-test-runner.py start
     --rust ${RUST_SRC_PATH}/install
     --sdk ${SDK_PATH}
-    --target-arch {x64,arm64}
+    --target-triple {x86_64-unknown-fuchsia|aarch64-unknown-fuchsia}
 ```
 
 Where `${RUST_SRC_PATH}/install` is the `prefix` set in `config.toml` and