-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Fail to download LLVM from llvm.org #295
Comments
The solution is to pass However, that option is not exposed in setup-cpp/src/utils/setup/setupBin.ts Line 142 in d7f5466
So, I might have to patch |
Also, it seems all URLs are redirected to |
Thanks! I wasn’t quick enough, but next time 😀 |
You're welcome |
When setup-cpp v0.41.0 attempts to download a release from llvm.org it fails due to URL redirections.
The address:
https://llvm.org/releases/5.0.2/clang+llvm-5.0.2-x86_64-linux-gnu-ubuntu-16.04.tar.xz
gives a (problematic) location:
http://releases.llvm.org/5.0.2/clang+llvm-5.0.2-x86_64-linux-gnu-ubuntu-16.04.tar.xz
which gives the final location:
https://releases.llvm.org/5.0.2/clang+llvm-5.0.2-x86_64-linux-gnu-ubuntu-16.04.tar.xz
Should we use
https://releases.llvm.org/${websiteAsset.tag}/${websiteAsset.name}
in llvm_url.ts until the root cause is fixed? I don't know if this is a temporary or a lasting issue with llvm.org.Upvote & Fund
@aminya is using Polar.sh so you can upvote and help fund this issue. The funding is received once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog!
The text was updated successfully, but these errors were encountered: