You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
I'm aware this is a problem of compatibility between rustup and docker (the problem lies in the rename() function, more specifically in the fact that docker's filesystem behavior and rustup filesystem's behavior are not compatible) , as per rust-lang/rustup#2542.
The only suggested workaround so far is uninstalling and reinstalling rustup in its entirety, but it seems that nightly already tries to install the most recent version (1.57.0-nightly (51e514c0f 2021-09-12)), so I'm not sure why that works.
Do you have any idea can I go about this in a different way?
The text was updated successfully, but these errors were encountered:
I have a Dockerfile whose parent image is paritytech/ci-linux:974ba3ac-20201006.
When trying to build my dockerfile, the command "RUN rustup update nightly" yields the following error:
`=> ERROR [ 8/12] RUN rustup update nightly
executor failed running [/bin/sh -c rustup update nightly]: exit code: 1
`
I'm aware this is a problem of compatibility between rustup and docker (the problem lies in the rename() function, more specifically in the fact that docker's filesystem behavior and rustup filesystem's behavior are not compatible) , as per rust-lang/rustup#2542.
The only suggested workaround so far is uninstalling and reinstalling rustup in its entirety, but it seems that nightly already tries to install the most recent version (1.57.0-nightly (51e514c0f 2021-09-12)), so I'm not sure why that works.
Do you have any idea can I go about this in a different way?
The text was updated successfully, but these errors were encountered: