allan-simon / docker-dev-rust

Docker image meant for portable rust dev environment, with rustup , rust language server, neovim
2 stars 1 forks source link

Build failing because of rls-preview installation #6

Closed jean553 closed 6 years ago

jean553 commented 6 years ago

The build are failing https://hub.docker.com/r/allansimon/docker-dev-rust/builds/ and this seems directly related to the rls dependency rename https://github.com/allan-simon/docker-dev-rust/commit/c0a08e1c0977c71bab2119377558f32da422736d. Reverting the commit makes the build pass again. What's the reason for this modification ?

jean553 commented 6 years ago

Latest build succeeds. Fixed by https://github.com/allan-simon/docker-dev-rust/pull/7.