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 and regen build configs
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Baghel <[email protected]>
  • Loading branch information
radcolor committed Dec 3, 2020
1 parent 7354c25 commit 51913c9
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.4.1"
CONFIG_LOCALVERSION="-rad-v5.5"
# 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.4.1"
CONFIG_LOCALVERSION="-rad-v5.5"
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_USELIB is not set
CONFIG_AUDIT=y
Expand Down
10 changes: 4 additions & 6 deletions .drone.yml → build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ steps:
commands:
- "export TG_BOT_API"
- pacman -Sy base-devel bc llvm 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/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
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger

---
kind: pipeline
Expand All @@ -35,8 +34,7 @@ steps:
commands:
- "export TG_BOT_API"
- pacman -Sy base-devel bc llvm 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/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
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --newcam --aosp-clang" build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger

0 comments on commit 51913c9

Please sign in to comment.