File tree 1 file changed +6
-4
lines changed 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,12 @@ RUN rustup install nightly \
157
157
&& rustup completions bash | sudo tee /etc/bash_completion.d/rustup.bash-completion
158
158
159
159
# Install the latest Rust Language Server.
160
- RUN rustup component add rls-preview --toolchain nightly \
161
- && rustup component add rust-analysis --toolchain nightly \
162
- && rustup component add rust-src --toolchain nightly \
163
- && echo "RUST_SRC_PATH=\" /home/user/.multirust/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src\" " >> /home/user/.bashrc
160
+ # FIXME: Re-enable this when `rls-preview` build is fixed in Rust Nightly.
161
+ # Reference: https://github.com/rust-lang-nursery/rls/issues/611
162
+ # RUN rustup component add rls-preview --toolchain nightly \
163
+ # && rustup component add rust-analysis --toolchain nightly \
164
+ # && rustup component add rust-src --toolchain nightly \
165
+ # && echo "RUST_SRC_PATH=\"/home/user/.multirust/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src\"" >> /home/user/.bashrc
164
166
165
167
# Install the latest ripgrep, rustfmt and clippy.
166
168
RUN cargo install ripgrep \
You can’t perform that action at this time.
0 commit comments