Skip to content

No rust-std support for s390x-unknown-linux-musl #103577

Open
@uweigand

Description

@uweigand

My understanding is that the rust compiler and library sources should now contain everything needed to support Rust on the s390x-unknown-linux-musl target. In fact, the s390x Alpine distro now comes with a Rust package.

However, I still get:

$ rustup target add s390x-unknown-linux-musl
error: toolchain 'stable-x86_64-unknown-linux-gnu' does not contain component 'rust-std' for target 's390x-unknown-linux-musl'
note: not all platforms have the standard library pre-compiled: https://doc.rust-lang.org/nightly/rustc/platform-support.html

What would need to be done to enable this target?

Metadata

Metadata

Assignees

No one assigned

    Labels

    O-SystemZTarget: SystemZ processors (s390x)O-muslTarget: The musl libc

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions