-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
d4eeb13
commit 8c5c695
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,8 +110,5 @@ download_kernel | |
toolchain | ||
clang | ||
|
||
cd | ||
cd $PARENT_DIR/kernel | ||
|
||
build_kernel | ||
anykernel3 |