Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustup download hangs in armv7 docker container running on an arm64 Linux #2157

Open
djc opened this issue Mar 6, 2024 · 0 comments
Open
Labels
needs-more-info More information is required to understand the issue. pr-welcome The feature is welcome to be added, instruction should be found in the issue.

Comments

@djc
Copy link
Contributor

djc commented Mar 6, 2024

As explained in rust-lang/rustup#3122.

rustup has two download backends, one based on curl and one based on reqwest:

https://github.com/rust-lang/rustup/blob/master/download/src/lib.rs

Minimal reproduction:

FROM arm32v7/ubuntu:16.04

RUN apt-get update && apt-get -y install curl

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --verbose \
  --default-host armv7-unknown-linux-gnueabihf
@seanmonstar seanmonstar added pr-welcome The feature is welcome to be added, instruction should be found in the issue. needs-more-info More information is required to understand the issue. labels Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-more-info More information is required to understand the issue. pr-welcome The feature is welcome to be added, instruction should be found in the issue.
Projects
None yet
Development

No branches or pull requests

2 participants