diff --git a/arch/arm64/configs/whyred-newcam_defconfig b/arch/arm64/configs/whyred-newcam_defconfig index f8f1e57407b8..47078c2048f1 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.1" +CONFIG_LOCALVERSION="-rad-v5.5.2" # 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 932988976eb8..313408e2d500 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.1" +CONFIG_LOCALVERSION="-rad-v5.5.2" # CONFIG_LOCALVERSION_AUTO is not set # CONFIG_USELIB is not set CONFIG_AUDIT=y diff --git a/build.yml b/build.yml index 8cdd67899eb5..a4ddb04f9dab 100644 --- a/build.yml +++ b/build.yml @@ -12,11 +12,10 @@ steps: from_secret: TG_BOT_API commands: - "export TG_BOT_API" - - pacman -Sy base-devel bc llvm curl zip wget git --noconfirm + - 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 - - sed -i "s/BOT_TOKEN=.*/BOT_TOKEN=$TG_BOT_API/g" lazyscripts/ci-scripts/ci-rad - - script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger + - script -c "bash -x lazyscripts/ci-scripts/ci-rad --oldcam --aosp-clang" rad-oldcam-build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger --- kind: pipeline @@ -33,8 +32,7 @@ steps: from_secret: TG_BOT_API commands: - "export TG_BOT_API" - - pacman -Sy base-devel bc llvm curl zip wget git --noconfirm + - 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 - - sed -i "s/BOT_TOKEN=.*/BOT_TOKEN=$TG_BOT_API/g" lazyscripts/ci-scripts/ci-rad - - script -c "bash -x lazyscripts/ci-scripts/ci-rad --newcam --aosp-clang" build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger + - script -c "bash -x lazyscripts/ci-scripts/ci-rad --newcam --aosp-clang" rad-newcam-build.log && bash /drone/src/source/lazyscripts/ci-scripts/logger