-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Description
From my GitLab CI log:
Pulling docker image rust:1.42.0-slim ...
Using docker image sha256:446639396ccf372322506e8d98d1c88aa6f05b2c9e29e6bd593f24cfebd88232 for rust:1.42.0-slim ...
...
$ rustup component add clippy
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
info: latest update on 2020-03-20, rust version 1.44.0-nightly (f4c675c47 2020-03-19)
info: downloading component 'cargo'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: installing component 'cargo'
info: installing component 'rust-std'
info: installing component 'rustc'
error: component 'clippy' for target 'x86_64-unknown-linux-gnu' is unavailable for download for channel nightly
Sometimes not all components are available in any given nightly.
ERROR: Job failed: exit code 1
The same happened with rust:latest
recently, which is why I switched to rust:1.42.0-slim
. I would really appreciate if this could be looked into.
Metadata
Metadata
Assignees
Labels
No labels