Skip to content

Pre-built Rust/musl toolchain improvements #159606

Description

@vazub

Currently, the pre-built Rust/musl toolchain links against libgcc_s and libstdc++ dynamically, with an assumption that these libraries would be present in any Linux distro. This assumtion is wrong, and causes all sorts of pain for users who don't have those, for example on distro's that use toolchains other than GCC (LLVM, Zig etc.).

Request: provide pre-built Rust/musl toolchains with libgcc_s and libstdc++ compiled in statically. Or better yet, compile those toolchains against static compiler_rt and libc++.

Metadata

Metadata

Assignees

No one assigned

    Labels

    O-muslTarget: The musl libcneeds-triageThis issue may need triage. Remove it if it has been sufficiently triaged.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions