Skip to content

Rust bootstrap 1.55.0

Compare
Choose a tag to compare
@jedavies-dev jedavies-dev released this 11 Oct 19:54
· 305 commits to crossbuild since this release

Rust 1.55 bootstrap tarballs created using the standard Rust "dist" command.

They are for use by the glasnost build files to bootstrap the Rust build process.

Example ldd output for rustc:

        /lib/ld-musl-x86_64.so.1 (0x7fdbce3f2000)
        librustc_driver-71ba04af818536bd.so => rustc-1.55.0-x86_64-unknown-linux-musl/rustc/bin/../lib/librustc_driver-71ba04af818536bd.so (0x7fdbc6e0f000)
        libstd-6777c15c99766758.so => rustc-1.55.0-x86_64-unknown-linux-musl/rustc/bin/../lib/libstd-6777c15c99766758.so (0x7fdbc6c8f000)
        libc.so => /lib/ld-musl-x86_64.so.1 (0x7fdbce3f2000)
        libunwind.so.1 => /lib/libunwind.so.1 (0x7fdbc6c7f000)

Cargo:

        /lib/ld-musl-x86_64.so.1 (0x7f1810c25000)
        libunwind.so.1 => /lib/libunwind.so.1 (0x7f180ff16000)
        libc.so => /lib/ld-musl-x86_64.so.1 (0x7f1810c25000)