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

http://llvm.org/git/xxxx.git can't successful visit #15

Open
MageWeiG opened this issue Apr 13, 2022 · 1 comment
Open

http://llvm.org/git/xxxx.git can't successful visit #15

MageWeiG opened this issue Apr 13, 2022 · 1 comment

Comments

@MageWeiG
Copy link

when I install LLVM for Libfuzzer, someting is wrong.

when i run "checkout_build_install_llvm.sh" , and return some wrongs, it say that "Git.llvm.org Excessive redirection times."

and i check checkout_build_install_llvm.sh, and found the code

"
cd $WORK_DIR/src && git clone --depth 1 http://llvm.org/git/llvm.git
cd $WORK_DIR/src/llvm/tools && git clone --depth 1 http://llvm.org/git/clang.git
cd $WORK_DIR/src/llvm/projects && git clone --depth 1 http://llvm.org/git/compiler-rt.git
cd $WORK_DIR/src/llvm/projects && git clone --depth 1 http://llvm.org/git/libcxx.git
cd $WORK_DIR/src/llvm/projects && git clone --depth 1 http://llvm.org/git/libcxxabi.git
"
then i visit the "http://llvm.org/git/xxx.git" in my browser,and also can't visit successfully.

May I ask whether this is my operation error or this website has updated these urls?

@Dor1s
Copy link
Owner

Dor1s commented Apr 15, 2022

@MageWeiG you're right, LLVM migrated to GitHub a couple of years ago: https://github.com/llvm/llvm-project

A newer version of the script for checking out and building LLVM can be found in the OSS-Fuzz repo: https://github.com/google/oss-fuzz/blob/master/infra/base-images/base-clang/checkout_build_install_llvm.sh

However, I cannot guarantee that it will work as-is. Please review it before running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants