From bb727e45508eb5a25a3b5bc6e3ec6ce8c8da7698 Mon Sep 17 00:00:00 2001 From: Shashank Baghel Date: Sat, 24 Apr 2021 11:08:27 +0530 Subject: [PATCH] configs: release tag v5.6 and regen build configs Signed-off-by: Shashank Baghel --- arch/arm64/configs/whyred-newcam_defconfig | 2 +- arch/arm64/configs/whyred_defconfig | 2 +- build.yml | 39 +++++++++++++++++----- 3 files changed, 32 insertions(+), 11 deletions(-) diff --git a/arch/arm64/configs/whyred-newcam_defconfig b/arch/arm64/configs/whyred-newcam_defconfig index fc683685f1a5..b0ed0fada08a 100644 --- a/arch/arm64/configs/whyred-newcam_defconfig +++ b/arch/arm64/configs/whyred-newcam_defconfig @@ -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 diff --git a/arch/arm64/configs/whyred_defconfig b/arch/arm64/configs/whyred_defconfig index effbaf317c44..ec9662fe48ae 100644 --- a/arch/arm64/configs/whyred_defconfig +++ b/arch/arm64/configs/whyred_defconfig @@ -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 diff --git a/build.yml b/build.yml index dbc339368701..065d463e58db 100644 --- a/build.yml +++ b/build.yml @@ -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 --- @@ -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 @@ -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 \ No newline at end of file + - 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 \ No newline at end of file