semarie / build-rust

Script helper for building rustc and cargo from source on OpenBSD (without rustup)
59 stars 15 forks source link

Let the user define dep_dir #25

Closed nalysius closed 5 months ago

nalysius commented 5 months ago

The variable dep_dir can be defined in ~/.build_rust.conf, so it's easier to build several versions one after the other. The default behaviour doesn't change, but the if defined, the user could use a build of Rust 1.73 to build 1.74, and so on. I did it up to 1.77.

semarie commented 5 months ago

thanks