semarie / build-rust

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

Add rls to build #14

Closed 0x4d6165 closed 4 years ago

0x4d6165 commented 4 years ago

Rls can't be installed with cargo (the build fails) would it be possible to add rls to the build?

semarie commented 4 years ago

I am unsure to understand the question. What do you mean by "add rls to the build" ?

Currently, the build is done with a config.toml using extended = true. It means that rls compoment is build (even if this compoment often fail to build, but it is an upstream problem, and not a problem with the script).

If you want to install it once built, just look at build_dir/build/dist directory. All built compoments are here.

semarie commented 4 years ago

closing due to inactivity. please reopen if required