-
Notifications
You must be signed in to change notification settings - Fork 974
Closed
Labels
Description
Sorry for ditching standard template, but It's not really applicable here for me because I hit issue earlier on the process.
Regardless what I do I'm not able to install rust
on my Raspberry Pi 3A+
with 512MB of memory.
And even worse, installer leaves me with partially broken installation which I'm not able to cleanup afterwards.
Here is the log of rustup
execution:
info: profile set to 'default'
info: default host triple is armv7-unknown-linux-gnueabihf
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2020-11-19, rust version 1.48.0 (7eac88abb 2020-11-16)
info: downloading component 'cargo'
4.7 MiB / 4.7 MiB (100 %) 3.3 MiB/s in 2s ETA: 0s
info: downloading component 'clippy'
info: downloading component 'rust-std'
18.2 MiB / 18.2 MiB (100 %) 3.7 MiB/s in 6s ETA: 0s
info: downloading component 'rustc'
66.8 MiB / 66.8 MiB (100 %) 4.4 MiB/s in 19s ETA: 0s
info: downloading component 'rustfmt'
3.1 MiB / 3.1 MiB (100 %) 3.1 MiB/s in 1s ETA: 0s
info: installing component 'cargo'
info: Defaulting to 329.6 MiB unpack ram
4.7 MiB / 4.7 MiB (100 %) 4.0 MiB/s in 1s ETA: 0s
info: installing component 'clippy'
info: installing component 'rust-std'
18.2 MiB / 18.2 MiB (100 %) 2.5 MiB/s in 9s ETA: 0s
info: installing component 'rustc'
56.0 MiB / 66.8 MiB ( 84 %) 3.3 MiB/s in 30s ETA: 3sKilled
This issue is related to #2365, but since it was closed, creating a new one.