build.sh: Bump Slim LLVM to 20.1.0-rc1
Some checks failed
Build Kernel / build (push) Has been cancelled

Change-Id: I78f8d8b8703c3fc5f54b023253c6e8c46c261f81
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
Richard Raya 2025-02-04 23:41:09 -03:00
parent 95dffb0397
commit 74413c1378

View File

@ -5,7 +5,7 @@
SECONDS=0 # builtin bash timer
ZIPNAME="FSociety-surya-$(date '+%Y%m%d-%H%M').zip"
TC_DIR="$(pwd)/tc/clang-19"
TC_DIR="$(pwd)/tc/clang-20"
AK3_DIR="$(pwd)/android/AnyKernel3"
DEFCONFIG="surya_defconfig"
@ -52,11 +52,11 @@ sync_repo() {
if [[ $1 = "-u" || $1 = "--update" ]]; then
sync_repo $AK3_DIR "https://github.com/rd-stuffs/AnyKernel3.git" "FSociety" true
sync_repo $TC_DIR "https://bitbucket.org/rdxzv/clang-standalone.git" "19" true
sync_repo $TC_DIR "https://bitbucket.org/rdxzv/clang-standalone.git" "20" true
exit
else
sync_repo $AK3_DIR "https://github.com/rd-stuffs/AnyKernel3.git" "FSociety" false
sync_repo $TC_DIR "https://bitbucket.org/rdxzv/clang-standalone.git" "19" false
sync_repo $TC_DIR "https://bitbucket.org/rdxzv/clang-standalone.git" "20" false
fi
if [ ! -d "$AK3_DIR" ] || [ ! -d "$TC_DIR" ]; then