Skip to content

Commit b324bda

Browse files
committed
[ubuntu-dev] fix build by switching to stable clippy
1 parent 9720db0 commit b324bda

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ubuntu-dev/ubuntu-dev.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ RUN rustup install nightly \
181181
&& rustup completions bash | sudo tee /etc/bash_completion.d/rustup.bash-completion > /dev/null
182182

183183
# Install additional Rust components.
184-
RUN rustup component add rls-preview rustfmt-preview rust-analysis rust-src \
185-
&& rustup component add clippy-preview --toolchain=nightly \
184+
RUN rustup component add clippy rls-preview rustfmt-preview rust-analysis rust-src \
186185
&& echo "RUST_SRC_PATH=\"/home/user/.multirust/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/src\"" >> /home/user/.bashrc
187186

188187
# Install the latest fd and ripgrep.

0 commit comments

Comments
 (0)