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

Commit 1262ad8

Browse files
committed
configs: regen and release tag v5.6.2
Signed-off-by: Shashank Baghel <[email protected]>
1 parent 737f1e1 commit 1262ad8

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

arch/arm64/configs/whyred-newcam_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,9 @@ CONFIG_DEVFREQ_GOV_MEMLAT=y
720720
CONFIG_QCOM_DEVFREQ_DEVBW=y
721721
CONFIG_SPDM_SCM=y
722722
CONFIG_DEVFREQ_SPDM=y
723+
CONFIG_DEVFREQ_BOOST=y
724+
CONFIG_DEVFREQ_INPUT_BOOST_DURATION_MS=64
725+
CONFIG_DEVFREQ_MSM_CPUBW_BOOST_FREQ=4173
723726
CONFIG_EXTCON=y
724727
CONFIG_IIO=y
725728
CONFIG_QCOM_RRADC=y

arch/arm64/configs/whyred_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,9 @@ CONFIG_DEVFREQ_GOV_MEMLAT=y
720720
CONFIG_QCOM_DEVFREQ_DEVBW=y
721721
CONFIG_SPDM_SCM=y
722722
CONFIG_DEVFREQ_SPDM=y
723+
CONFIG_DEVFREQ_BOOST=y
724+
CONFIG_DEVFREQ_INPUT_BOOST_DURATION_MS=64
725+
CONFIG_DEVFREQ_MSM_CPUBW_BOOST_FREQ=4173
723726
CONFIG_EXTCON=y
724727
CONFIG_IIO=y
725728
CONFIG_QCOM_RRADC=y

build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ steps:
88
- name: gnu-gcc oldcam
99
image: archlinux:latest
1010
environment:
11+
PUBLIC_PUSH:
12+
from_secret: PUBLIC_PUSH
1113
TG_BOT_API:
1214
from_secret: TG_BOT_API
1315
commands:
@@ -29,6 +31,8 @@ steps:
2931
- name: llvm-clang oldcam
3032
image: archlinux:latest
3133
environment:
34+
PUBLIC_PUSH:
35+
from_secret: PUBLIC_PUSH
3236
TG_BOT_API:
3337
from_secret: TG_BOT_API
3438
commands:
@@ -49,6 +53,8 @@ steps:
4953
- name: aosp-clang oldcam
5054
image: archlinux:latest
5155
environment:
56+
PUBLIC_PUSH:
57+
from_secret: PUBLIC_PUSH
5258
TG_BOT_API:
5359
from_secret: TG_BOT_API
5460
commands:
@@ -72,8 +78,6 @@ steps:
7278
KERNEL_TYPE: fakerad
7379
TG_BOT_API:
7480
from_secret: TG_BOT_API
75-
TRISHNA_API:
76-
from_secret: TRISHNA_API
7781
commands:
7882
- curl https://raw.githubusercontent.com/theradcolor/lazyscripts/master/etc/workaround > workaround && bash workaround
7983
- pacman -Sy base-devel bc curl git jre-openjdk zip --noconfirm

0 commit comments

Comments
 (0)