Skip to content

Commit

Permalink
ci: update config file
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyash Wasnik <[email protected]>

ci: update

Signed-off-by: Shreyash Wasnik <[email protected]>

ci: update

Signed-off-by: Shreyash Wasnik <[email protected]>

ci: update

Signed-off-by: Shreyash Wasnik <[email protected]>

ci: update config

Signed-off-by: Shreyash Wasnik <[email protected]>

cl: fix build path

Signed-off-by: Shreyash Wasnik <[email protected]>
  • Loading branch information
prorooter007 committed Jan 14, 2023
1 parent d4eeb13 commit 8c5c695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
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:
Expand Down
3 changes: 0 additions & 3 deletions build_menu
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,5 @@ download_kernel
toolchain
clang

cd
cd $PARENT_DIR/kernel

build_kernel
anykernel3

0 comments on commit 8c5c695

Please sign in to comment.