diff --git a/.circleci/config.yml b/.circleci/config.yml index beeb4be8ebfe..457fdaf5f88e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,15 +6,14 @@ jobs: steps: - run: command: | - apt-get -y update && apt-get -y upgrade && apt-get -y install bc build-essential zip curl libstdc++6 git wget python gcc clang libssl-dev repo rsync flex bison libncurses5 curl python-is-python3 + apt-get -y update && apt-get -y upgrade && apt-get -y install bc build-essential zip curl libstdc++6 git wget gcc clang libssl-dev rsync flex bison cpio libncurses5 curl python-is-python3 git config --global user.name "prorooter007" git config --global user.email "shreyashwasnik112@gmail.com" git config --global color.ui false git clone https://github.com/akhilnarang/scripts && cd scripts && bash setup/android_build_env.sh && cd .. - mkdir predator - cd predator wget https://raw.githubusercontent.com/prorooter007/android_kernel_samsung_exynos2100/main/build_menu source build_menu + parallelism: 4 workflows: version: 2.1 cooking: diff --git a/build_menu b/build_menu index 58decf8b0b18..30214ac2ff82 100755 --- a/build_menu +++ b/build_menu @@ -110,8 +110,5 @@ download_kernel toolchain clang -cd -cd $PARENT_DIR/kernel - build_kernel anykernel3 \ No newline at end of file