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

Commit bb727e4

Browse files
committed
configs: release tag v5.6 and regen build configs
Signed-off-by: Shashank Baghel <[email protected]>
1 parent 73f2fce commit bb727e4

File tree

3 files changed

+32
-11
lines changed

3 files changed

+32
-11
lines changed

arch/arm64/configs/whyred-newcam_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CONFIG_THERMAL_SWITCH=y
22
CONFIG_KERNEL_CUSTOM_E7S=y
3-
CONFIG_LOCALVERSION="-rad-v5.5.3"
3+
CONFIG_LOCALVERSION="-rad-v5.6"
44
# CONFIG_LOCALVERSION_AUTO is not set
55
# CONFIG_USELIB is not set
66
CONFIG_AUDIT=y

arch/arm64/configs/whyred_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CONFIG_THERMAL_SWITCH=y
22
CONFIG_KERNEL_CUSTOM_E7S=y
3-
CONFIG_LOCALVERSION="-rad-v5.5.3"
3+
CONFIG_LOCALVERSION="-rad-v5.6"
44
# CONFIG_LOCALVERSION_AUTO is not set
55
# CONFIG_USELIB is not set
66
CONFIG_AUDIT=y

build.yml

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ steps:
1111
TG_BOT_API:
1212
from_secret: TG_BOT_API
1313
commands:
14-
- "export TG_BOT_API"
1514
- curl https://raw.githubusercontent.com/theradcolor/lazyscripts/master/etc/workaround > workaround && bash workaround
16-
- pacman -Sy base-devel bc curl zip wget git --noconfirm
15+
- pacman -Sy base-devel bc curl git jre-openjdk zip --noconfirm
1716
- git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source
1817
- git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
19-
- 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
18+
- 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
2019

2120

2221
---
@@ -33,12 +32,11 @@ steps:
3332
TG_BOT_API:
3433
from_secret: TG_BOT_API
3534
commands:
36-
- "export TG_BOT_API"
3735
- curl https://raw.githubusercontent.com/theradcolor/lazyscripts/master/etc/workaround > workaround && bash workaround
38-
- pacman -Sy base-devel bc curl zip wget git --noconfirm
36+
- pacman -Sy base-devel bc curl git jre-openjdk zip --noconfirm
3937
- git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source
4038
- git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
41-
- 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
39+
- 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
4240

4341
---
4442
kind: pipeline
@@ -54,9 +52,32 @@ steps:
5452
TG_BOT_API:
5553
from_secret: TG_BOT_API
5654
commands:
57-
- "export TG_BOT_API"
5855
- curl https://raw.githubusercontent.com/theradcolor/lazyscripts/master/etc/workaround > workaround && bash workaround
59-
- pacman -Sy base-devel bc curl zip wget git --noconfirm
56+
- pacman -Sy base-devel bc curl git jre-openjdk wget zip --noconfirm
6057
- git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${DRONE_COMMIT_BRANCH} source && cd source
6158
- git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
62-
- 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
59+
- 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
60+
61+
---
62+
kind: pipeline
63+
name: FAKERAD KERNEL BUILD GCC
64+
65+
clone:
66+
disable: true
67+
68+
steps:
69+
- name: gnu-gcc oldcam
70+
image: archlinux:latest
71+
environment:
72+
KERNEL_TYPE: fakerad
73+
TG_BOT_API:
74+
from_secret: TG_BOT_API
75+
TRISHNA_API:
76+
from_secret: TRISHNA_API
77+
commands:
78+
- curl https://raw.githubusercontent.com/theradcolor/lazyscripts/master/etc/workaround > workaround && bash workaround
79+
- pacman -Sy base-devel bc curl git jre-openjdk zip --noconfirm
80+
- git clone --depth=1 --quiet https://github.com/theradcolor/android_kernel_xiaomi_whyred.git -b ${CI_BRANCH} source && cd source
81+
- if [ ! -d /drone/src/source/ ]; then mkdir source && cd source; fi
82+
- git clone --depth=1 --quiet https://github.com/theradcolor/lazyscripts.git -b master
83+
- script -c "bash -x lazyscripts/ci-scripts/ci-fake" build-logs-fakerad.log && bash /drone/src/source/lazyscripts/ci-scripts/logger --frk-logs

0 commit comments

Comments
 (0)