Add docs for building Fuchsia locally and in CI by tmandry · Pull Request #1989 · rust-lang/rustc-dev-guide

@tmandry

@tmandry enabled auto-merge (squash)

June 7, 2024 01:44

@lqd lqd mentioned this pull request

Jun 7, 2024

@tmandry

@tmandry

lqd

@tmandry

lqd

lqd approved these changes Jun 28, 2024

bors added a commit to rust-lang-ci/rust that referenced this pull request

Jun 28, 2024
Rename fuchsia builder and bump Fuchsia

This PR renames the fuchsia builder as requested in rust-lang/rustc-dev-guide#1989 (review) and bumps Fuchsia. It also removes the wasm target, which should speed up the build a little.

The new name of the builder is `x86_64-fuchsia` because I think `x86_64-gnu-fuchsia` would be confusing and put too much emphasis on the host target. (In terms of triples, we are targeting `x86_64-unknown-fuchsia` from `x86_64-unknown-linux-gnu`.) Someone on the infra team should weigh in here.

cc `@lqd`
r? t-infra

try-job: x86_64-fuchsia

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Jun 29, 2024
…Kobzol

Rename fuchsia builder and bump Fuchsia

This PR renames the fuchsia builder as requested in rust-lang/rustc-dev-guide#1989 (review) and bumps Fuchsia.

This includes the quality-of-life improvements for developers in https://fxrev.dev/1061894. It also removes the wasm target, which should speed up the build a little.

The new name of the builder is `x86_64-fuchsia` because I think `x86_64-gnu-fuchsia` would be confusing and put too much emphasis on the host target. (In terms of triples, we are targeting `x86_64-unknown-fuchsia` from `x86_64-unknown-linux-gnu`.) Someone on the infra team should weigh in here.

After this lands, we should update the docs in the rustc-dev-guide again.

cc `@lqd`
r? t-infra

try-job: x86_64-fuchsia

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Jun 29, 2024
Rollup merge of rust-lang#127102 - tmandry:rename-fuchsia-builder, r=Kobzol

Rename fuchsia builder and bump Fuchsia

This PR renames the fuchsia builder as requested in rust-lang/rustc-dev-guide#1989 (review) and bumps Fuchsia.

This includes the quality-of-life improvements for developers in https://fxrev.dev/1061894. It also removes the wasm target, which should speed up the build a little.

The new name of the builder is `x86_64-fuchsia` because I think `x86_64-gnu-fuchsia` would be confusing and put too much emphasis on the host target. (In terms of triples, we are targeting `x86_64-unknown-fuchsia` from `x86_64-unknown-linux-gnu`.) Someone on the infra team should weigh in here.

After this lands, we should update the docs in the rustc-dev-guide again.

cc `@lqd`
r? t-infra

try-job: x86_64-fuchsia

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Jul 2, 2024

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Jul 2, 2024

github-actions bot pushed a commit to rust-lang/miri that referenced this pull request

Jul 4, 2024

Kobzol pushed a commit to Kobzol/rustc-dev-guide that referenced this pull request

Jan 3, 2025

@tmandry