summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@gmail.com>2024-07-01 12:05:14 -0700
committerGitHub <noreply@github.com>2024-07-01 21:05:14 +0200
commit72d6a3cb6e55109a47eaea8c28baa7a2a5c6fbeb (patch)
tree88f127f67bf30aa1453a5a6c9cb7f22922d6a643 /src/doc/rustc-dev-guide
parent1d34d89dee77417d82c70856476957220f10d95c (diff)
downloadrust-72d6a3cb6e55109a47eaea8c28baa7a2a5c6fbeb.tar.gz
rust-72d6a3cb6e55109a47eaea8c28baa7a2a5c6fbeb.zip
Update name of Fuchsia builder (#2008)
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/fuchsia.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/fuchsia.md b/src/doc/rustc-dev-guide/src/tests/fuchsia.md
index 15fcacefe6a..53e1038b56d 100644
--- a/src/doc/rustc-dev-guide/src/tests/fuchsia.md
+++ b/src/doc/rustc-dev-guide/src/tests/fuchsia.md
@@ -13,7 +13,7 @@ If you are worried that a pull request might break the Fuchsia builder and want
 to test it out before submitting it to the bors queue, simply add this line to
 your PR description:
 
-> try-job: x86_64-gnu-integration
+> try-job: x86_64-fuchsia
 
 Then when you `@bors try` it will pick the job that builds Fuchsia.
 
@@ -29,7 +29,7 @@ simply run this command from your Rust checkout to download and build Fuchsia
 using your local Rust toolchain.
 
 ```
-src/ci/docker/run.sh x86_64-gnu-integration
+src/ci/docker/run.sh x86_64-fuchsia
 ```
 
 See the [Testing with Docker](docker.md) chapter for more details on how to run
@@ -153,7 +153,7 @@ rustc book][platform-support].
 
 [regressions]: https://gist.github.com/tmandry/7103eba4bd6a6fb0c439b5a90ae355fa
 [build-toolchain]: https://fuchsia.dev/fuchsia-src/development/build/rust_toolchain
-[build-fuchsia.sh]: https://github.com/rust-lang/rust/blob/99f77a2eda555b50b518f74823ab636a20efb87f/src/ci/docker/host-x86_64/x86_64-gnu-integration/build-fuchsia.sh
+[build-fuchsia.sh]: https://github.com/rust-lang/rust/blob/221e2741c39515a5de6da42d8c76ee1e132c2c74/src/ci/docker/host-x86_64/x86_64-fuchsia/build-fuchsia.sh
 [build_fuchsia_from_rust_ci.sh]: https://cs.opensource.google/fuchsia/fuchsia/+/main:scripts/rust/build_fuchsia_from_rust_ci.sh?q=build_fuchsia_from_rust_ci&ss=fuchsia
 [platform-support]: https://doc.rust-lang.org/nightly/rustc/platform-support/fuchsia.html
 [GN]: https://gn.googlesource.com/gn/+/main#gn