Skip to content

Remove x86_64-fuchsia and aarch64-fuchsia target triple aliases #106649

Closed
@tmandry

Description

@tmandry
Member

The aliases introduced in #106636 can be removed once downstream projects have time to migrate to the new target triples:

  • x86_64-unknown-fuchsia
  • aarch64-unknown-fuchsia

cc @djkoloski

Activity

added
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.
O-fuchsiaOperating system: Fuchsia
on Jan 9, 2023
added 3 commits that reference this issue on Sep 23, 2024

Rollup merge of rust-lang#130657 - arttet:fix/fuchsia, r=jieyouxu

c51bb32

Rollup merge of rust-lang#130657 - arttet:fix/fuchsia, r=jieyouxu

4f46b63

Rollup merge of rust-lang#130657 - arttet:fix/fuchsia, r=jieyouxu

021ae2c
added a commit that references this issue on Sep 23, 2024
1d4d3fa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-cleanupCategory: PRs that clean code up or issues documenting cleanup.O-fuchsiaOperating system: FuchsiaT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @tmandry

      Issue actions

        Remove `x86_64-fuchsia` and `aarch64-fuchsia` target triple aliases · Issue #106649 · rust-lang/rust