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.6 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 Apr 24, 2021
1 parent 73f2fce commit bb727e4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 11 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.3"
CONFIG_LOCALVERSION="-rad-v5.6"
# 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.3"
CONFIG_LOCALVERSION="-rad-v5.6"
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_USELIB is not set
CONFIG_AUDIT=y
Expand Down
39 changes: 30 additions & 9 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ steps:
TG_BOT_API:
from_secret: TG_BOT_API
commands:
- "export TG_BOT_API"
- curl https://raw.githubusercontent.com/theradcolor/lazyscripts/master/etc/workaround > workaround && bash workaround
- pacman -Sy base-devel bc curl zip wget git --noconfirm
- pacman -Sy base-devel bc curl git jre-openjdk zip --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
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --gcc --gcc-master" build-logs-rad-gcc-oldcam.log && bash /drone/src/source/lazyscripts/ci-scripts/logger
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --gcc --gcc-master" build-logs-rad-gcc-oldcam.log && bash /drone/src/source/lazyscripts/ci-scripts/logger --rk-logs


---
Expand All @@ -33,12 +32,11 @@ steps:
TG_BOT_API:
from_secret: TG_BOT_API
commands:
- "export TG_BOT_API"
- curl https://raw.githubusercontent.com/theradcolor/lazyscripts/master/etc/workaround > workaround && bash workaround
- pacman -Sy base-devel bc curl zip wget git --noconfirm
- pacman -Sy base-devel bc curl git jre-openjdk zip --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
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --proton-clang" build-logs-rad-proton-clang-oldcam.log && bash /drone/src/source/lazyscripts/ci-scripts/logger
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --proton-clang" build-logs-rad-proton-clang-oldcam.log && bash /drone/src/source/lazyscripts/ci-scripts/logger --rk-logs

---
kind: pipeline
Expand All @@ -54,9 +52,32 @@ steps:
TG_BOT_API:
from_secret: TG_BOT_API
commands:
- "export TG_BOT_API"
- curl https://raw.githubusercontent.com/theradcolor/lazyscripts/master/etc/workaround > workaround && bash workaround
- pacman -Sy base-devel bc curl zip wget git --noconfirm
- pacman -Sy base-devel bc curl git jre-openjdk wget zip --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
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" build-logs-rad-aosp-clang-oldcam.log && bash /drone/src/source/lazyscripts/ci-scripts/logger
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" build-logs-rad-aosp-clang-oldcam.log && bash /drone/src/source/lazyscripts/ci-scripts/logger --rk-logs

---
kind: pipeline
name: FAKERAD KERNEL BUILD GCC

clone:
disable: true

steps:
- name: gnu-gcc oldcam
image: archlinux:latest
environment:
KERNEL_TYPE: fakerad
TG_BOT_API:
from_secret: TG_BOT_API
TRISHNA_API:
from_secret: TRISHNA_API
commands:
- curl https://raw.githubusercontent.com/theradcolor/lazyscripts/master/etc/workaround > workaround && bash workaround
- pacman -Sy base-devel bc curl git jre-openjdk zip --noconfirm
- git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${CI_BRANCH} source && cd source
- if [ ! -d /drone/src/source/ ]; then mkdir source && cd source; fi
- git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
- script -c "bash -x lazyscripts/ci-scripts/ci-fake" build-logs-fakerad.log && bash /drone/src/source/lazyscripts/ci-scripts/logger --frk-logs

0 comments on commit bb727e4

Please sign in to comment.