Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
configs: release tag v5.5.2 and regen build config
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Baghel <theradcolor@gmail.com>
  • Loading branch information
radcolor committed Dec 31, 2020
1 parent f37ccaa commit f035f6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/whyred-newcam_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CONFIG_THERMAL_SWITCH=y
CONFIG_KERNEL_CUSTOM_E7S=y
CONFIG_LOCALVERSION="-rad-v5.5.1"
CONFIG_LOCALVERSION="-rad-v5.5.2"
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_USELIB is not set
CONFIG_AUDIT=y
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/configs/whyred_defconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CONFIG_THERMAL_SWITCH=y
CONFIG_KERNEL_CUSTOM_E7S=y
CONFIG_LOCALVERSION="-rad-v5.5.1"
CONFIG_LOCALVERSION="-rad-v5.5.2"
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_USELIB is not set
CONFIG_AUDIT=y
Expand Down
10 changes: 4 additions & 6 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ steps:
from_secret: TG_BOT_API
commands:
- "export TG_BOT_API"
- pacman -Sy base-devel bc llvm curl zip wget git --noconfirm
- pacman -Sy base-devel bc curl zip wget git --noconfirm
- git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source
- git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
- sed -i "s/BOT_TOKEN=.*/BOT_TOKEN=$TG_BOT_API/g" lazyscripts/ci-scripts/ci-rad
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" rad-oldcam-build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger

---
kind: pipeline
Expand All @@ -33,8 +32,7 @@ steps:
from_secret: TG_BOT_API
commands:
- "export TG_BOT_API"
- pacman -Sy base-devel bc llvm curl zip wget git --noconfirm
- pacman -Sy base-devel bc curl zip wget git --noconfirm
- git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source
- git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
- sed -i "s/BOT_TOKEN=.*/BOT_TOKEN=$TG_BOT_API/g" lazyscripts/ci-scripts/ci-rad
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --newcam --aosp-clang" build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --newcam --aosp-clang" rad-newcam-build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger

0 comments on commit f035f6f

Please sign in to comment.