Describe the bug
It looks like downloading llvm is done via git clone. Might be faster to download the tarball? I think https://github.com/llvm/llvm-project/tarball/master works.
To Reproduce
Steps to reproduce the behavior:
$ ./build-llvm.py --pgo kernel-defconfig --no-ccache
Expected behavior
Downloads faster.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- Command you ran:
./build-llvm.py --pgo kernel-defconfig --no-ccache
- Distribution: gLinux (Debian
- Python version: Python 3.9.12
- Shell: zsh