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.3 and regen build configs
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Baghel <theradcolor@gmail.com>
  • Loading branch information
radcolor committed Feb 4, 2021
1 parent a63711b commit af41c19
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 58 deletions.
50 changes: 0 additions & 50 deletions .circleci/config.yml

This file was deleted.

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.2"
CONFIG_LOCALVERSION="-rad-v5.5.3"
# 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.2"
CONFIG_LOCALVERSION="-rad-v5.5.3"
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_USELIB is not set
CONFIG_AUDIT=y
Expand Down
33 changes: 27 additions & 6 deletions build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
kind: pipeline
name: RAD KERNEL BUILD OLDCAM
name: RAD KERNEL BUILD GCC

clone:
disable: true

steps:
- name: oldcam
- name: gnu-gcc oldcam
image: archlinux:latest
environment:
TG_BOT_API:
Expand All @@ -15,17 +15,38 @@ steps:
- 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
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" rad-oldcam-build.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


---
kind: pipeline
name: RAD KERNEL BUILD CLANG

clone:
disable: true

steps:
- name: llvm-clang oldcam
image: archlinux:latest
environment:
TG_BOT_API:
from_secret: TG_BOT_API
commands:
- "export TG_BOT_API"
- 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
- 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

---
kind: pipeline
name: RAD KERNEL BUILD NEWCAM
name: RAD KERNEL BUILD AOSP CLANG

clone:
disable: true

steps:
- name: newcam
- name: aosp-clang oldcam
image: archlinux:latest
environment:
TG_BOT_API:
Expand All @@ -35,4 +56,4 @@ steps:
- 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
- script -c "bash -x lazyscripts/ci-scripts/ci-rad --newcam --aosp-clang" rad-newcam-build.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

0 comments on commit af41c19

Please sign in to comment.