build-rust icon indicating copy to clipboard operation
build-rust copied to clipboard

Script helper for building rustc and cargo from source on OpenBSD (without rustup)

Results 4 build-rust issues
Sort by recently updated
recently updated
newest added

First, Thank you for this repo. I tried using this. The build for Cargo fails at linker step due to incorrect openssl version: Attached is the error message. Has anybody...

The script looks for rustc archives on the server. When it finds an archive, it downloads it in /tmp/build-rust-archives/, prints the Rust version contained inside and the URL to use...

I got the following error message while trying to build beta and haven't had the time to debug it yet: ``` Running `/usr/local/bin/rustc --crate-name bootstrap --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type...

On AMD amd64, build-rust happily builds a fully functioning nightly. On Intel amd64, however, nightly dies with an "illegal instruction" which looks to me like an IBT related failure. I...