Shouldn't #RustUp be able to work with a far smaller #VisualStudio Build Tools installation + SDK?
I don't think I should end up with a Visual Studio UI after this
#rustup #visualstudio #rustlang #windows
#rust and #rustup related question:
I ran into https://github.com/rust-lang/rustup/issues/2411 in the sense that rustup *somehow* is linking all files except `rust-analyzer` from the toolchain to my `.cargo/bin` folder. Any idea why?
Love how setting up an environment for new language may involve a packaging work. Fixed the rust-analyzer rustup proxy for @openSUSE
https://build.opensuse.org/request/show/1074764
Still think that 1.5GB just to download and commit a few changes is way too much :-)
If you program in Rust, please consider helping to beta test new version 1.26.0 of rustup before it is officially released.
https://internals.rust-lang.org/t/help-verify-rustup-1-26-0-release/18577
Hacking on #rustup a bit for the first time, and noticed that system dependencies are still kind of an issue with #rust. As in, it dependended on a system dependency and failed out halfway through the build. But the error message with the required apt-get/yum got me going again. Not so bad really.
Cursed command-line:
```sh
for toolchain in $(rustup toolchain list | cut -d ' ' -f1); do echo -e "Toolchain:\t${toolchain}:\n"; rustup component list --installed --toolchain ${toolchain} | sed 's/^/- component:\t/'; rustup target list --installed --toolchain ${toolchain} | sed 's/^/- target:\t/'; echo -e '\n'; done
```
↑ Guaranteed to be 100% safe, Vegan® and intrinsically useful.
TIL: #rustup profiles. minimal is more than enough for most of job build requirements
#rustup #rust #continuousintegration
Announcing Rustup 1.25.0, https://blog.rust-lang.org/2022/07/11/Rustup-1.25.0.html.
`rustup` is the @rustlang installer + toolchain manager.
What's new?
* Cleanup.
* Ability to install Visual Studio 2022 on Windows.
* Improved startup performance.
#rustup still has some way to go before it can be securely used to download the #rust toolchain (see https://github.com/rust-lang/rustup/issues/2028 ). I don't know how people are comfortable using it.
A nice alternative if you only need recent stable versions (as opposed to nightly builds) is to use #guix to install the rustc package! It is currently shipping the latest stable version (1.50.0) and my distro's cargo is perfectly happy using it.
Install Rust Programming Language In Linux #Rust #Rustlang #Rustup #Programming #Opensource #Linux
https://www.ostechnix.com/install-rust-programming-language-in-linux/
#Linux #OpenSource #programming #rustup #rustlang #Rust
Relaying request for help from my friend, who works on #rustup for #rust (#rustlang):
Dear Lazyweb, Is anyone here (a) interested in crypto (b) prepared to work in Windows (c) at least aware of or interested in Rust and (d) fancying working with a Rust project to add support for Windows' Crypto-Next-Generation API ? If so, hit me up for a project idea.