Skip to content

Commit cb5b444

Browse files
authored
Update name of Fuchsia builder (#2008)
1 parent d6e3a32 commit cb5b444

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tests/fuchsia.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you are worried that a pull request might break the Fuchsia builder and want
1313
to test it out before submitting it to the bors queue, simply add this line to
1414
your PR description:
1515

16-
> try-job: x86_64-gnu-integration
16+
> try-job: x86_64-fuchsia
1717
1818
Then when you `@bors try` it will pick the job that builds Fuchsia.
1919

@@ -29,7 +29,7 @@ simply run this command from your Rust checkout to download and build Fuchsia
2929
using your local Rust toolchain.
3030

3131
```
32-
src/ci/docker/run.sh x86_64-gnu-integration
32+
src/ci/docker/run.sh x86_64-fuchsia
3333
```
3434

3535
See the [Testing with Docker](docker.md) chapter for more details on how to run
@@ -153,7 +153,7 @@ rustc book][platform-support].
153153

154154
[regressions]: https://gist.github.com/tmandry/7103eba4bd6a6fb0c439b5a90ae355fa
155155
[build-toolchain]: https://fuchsia.dev/fuchsia-src/development/build/rust_toolchain
156-
[build-fuchsia.sh]: https://github.com/rust-lang/rust/blob/99f77a2eda555b50b518f74823ab636a20efb87f/src/ci/docker/host-x86_64/x86_64-gnu-integration/build-fuchsia.sh
156+
[build-fuchsia.sh]: https://github.com/rust-lang/rust/blob/221e2741c39515a5de6da42d8c76ee1e132c2c74/src/ci/docker/host-x86_64/x86_64-fuchsia/build-fuchsia.sh
157157
[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
158158
[platform-support]: https://doc.rust-lang.org/nightly/rustc/platform-support/fuchsia.html
159159
[GN]: https://gn.googlesource.com/gn/+/main#gn

0 commit comments

Comments
 (0)