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

Commit

Permalink
configs: regen and release tag v5.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Baghel <[email protected]>
  • Loading branch information
radcolor committed Jun 3, 2021
1 parent 737f1e1 commit f141c19
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 4 additions & 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.6.1"
CONFIG_LOCALVERSION="-rad-v5.6.2"
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_USELIB is not set
CONFIG_AUDIT=y
Expand Down Expand Up @@ -720,6 +720,9 @@ CONFIG_DEVFREQ_GOV_MEMLAT=y
CONFIG_QCOM_DEVFREQ_DEVBW=y
CONFIG_SPDM_SCM=y
CONFIG_DEVFREQ_SPDM=y
CONFIG_DEVFREQ_BOOST=y
CONFIG_DEVFREQ_INPUT_BOOST_DURATION_MS=64
CONFIG_DEVFREQ_MSM_CPUBW_BOOST_FREQ=4173
CONFIG_EXTCON=y
CONFIG_IIO=y
CONFIG_QCOM_RRADC=y
Expand Down
5 changes: 4 additions & 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.6.1"
CONFIG_LOCALVERSION="-rad-v5.6.2"
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_USELIB is not set
CONFIG_AUDIT=y
Expand Down Expand Up @@ -720,6 +720,9 @@ CONFIG_DEVFREQ_GOV_MEMLAT=y
CONFIG_QCOM_DEVFREQ_DEVBW=y
CONFIG_SPDM_SCM=y
CONFIG_DEVFREQ_SPDM=y
CONFIG_DEVFREQ_BOOST=y
CONFIG_DEVFREQ_INPUT_BOOST_DURATION_MS=64
CONFIG_DEVFREQ_MSM_CPUBW_BOOST_FREQ=4173
CONFIG_EXTCON=y
CONFIG_IIO=y
CONFIG_QCOM_RRADC=y
Expand Down
8 changes: 6 additions & 2 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ steps:
- name: gnu-gcc oldcam
image: archlinux:latest
environment:
PUBLIC_PUSH:
from_secret: PUBLIC_PUSH
TG_BOT_API:
from_secret: TG_BOT_API
commands:
Expand All @@ -29,6 +31,8 @@ steps:
- name: llvm-clang oldcam
image: archlinux:latest
environment:
PUBLIC_PUSH:
from_secret: PUBLIC_PUSH
TG_BOT_API:
from_secret: TG_BOT_API
commands:
Expand All @@ -49,6 +53,8 @@ steps:
- name: aosp-clang oldcam
image: archlinux:latest
environment:
PUBLIC_PUSH:
from_secret: PUBLIC_PUSH
TG_BOT_API:
from_secret: TG_BOT_API
commands:
Expand All @@ -72,8 +78,6 @@ steps:
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
Expand Down

0 comments on commit f141c19

Please sign in to comment.