Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: sohamxda7 <sensoham135@gmail.com>
  • Loading branch information
sohamxda7 committed Jun 27, 2021
1 parent 317cc64 commit c7c1c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
echo "Cloning dependencies"
git clone --depth=1 https://github.com/crdroidandroid/android_prebuilts_clang_host_linux-x86_clang-7211189 clang
git clone --depth=1 https://github.com/sohamxda7/llvm-stable clang
git clone https://github.com/sohamxda7/llvm-stable -b gcc64 --depth=1 gcc
git clone https://github.com/sohamxda7/llvm-stable -b gcc32 --depth=1 gcc32
git clone --depth=1 https://github.com/sohamxda7/AnyKernel3 AnyKernel
Expand Down

0 comments on commit c7c1c00

Please sign in to comment.