Skip to content

Commit

Permalink
Update setup_toolchain.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cachiusa authored Nov 25, 2024
1 parent 3d0b8cd commit 9c38ff5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup_toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ set -x
sudo apt-get update -qq
sudo apt-get install -qq rsync curl wget xz-utils git p7zip-full aria2 -y

check_compiler https://cdn.kernel.org/pub/tools/llvm/files/llvm-18.1.8-x86_64.tar.xz llvm
#check_compiler https://cdn.kernel.org/pub/tools/llvm/files/llvm-18.1.8-x86_64.tar.xz llvm

check_submodule https://github.com/cachiusa/aosp-kernel-build build
git -C build checkout master
git -C build checkout wip
bash build/build-tools/debian.sh
./build/build-tools/llvm_cbl.sh -p llvm

check_submodule https://github.com/dereference23/AnyKernel3 AnyKernel3
git -C AnyKernel3 checkout veux

0 comments on commit 9c38ff5

Please sign in to comment.