From f6e1c17f0d1db245bd95ec94f0679ec843757a9c Mon Sep 17 00:00:00 2001 From: Ahmad Nauval Syahputra Date: Tue, 22 Aug 2023 15:56:48 +0700 Subject: [PATCH] workflows and configs: Release Lineaged GpuBoost Kernel for Redmi 5 --- .github/workflows/lineaged-release_1.yml | 8 ++++---- .github/workflows/lineaged-release_2.yml | 8 ++++---- arch/arm64/configs/rosy-perf_defconfig | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lineaged-release_1.yml b/.github/workflows/lineaged-release_1.yml index e31da54f610a..56bf3ea2b20f 100644 --- a/.github/workflows/lineaged-release_1.yml +++ b/.github/workflows/lineaged-release_1.yml @@ -1,9 +1,9 @@ -name: Build Redmi 5 Lineaged kernel +name: Build Redmi 5 Lineaged GpuBoost kernel on: push: branches: - - 'release/minimalist' + - 'release/boost-gpu' jobs: build: @@ -25,7 +25,7 @@ jobs: uses: SantriKode/arm64-kernel-actions@master id: build env: - NAME: Lineaged_kernel + NAME: Lineaged_GpuBoost_kernel with: arch: arm64 compiler: aosp-clang/main/clang-r498229/binutils @@ -39,5 +39,5 @@ jobs: to: ${{ secrets.CHANNEL_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} format: html - message: Kernel Lineaged telah dibuat pada repo ${{ github.repository }} dengan Compiler AOSP Google pada commits berikut ${{ github.sha }}, untuk informasi lebih bisa membuka github repository naups. + message: Kernel Lineaged GpuBoost telah dibuat pada repo ${{ github.repository }} dengan Compiler AOSP Google pada commits berikut ${{ github.sha }}, untuk informasi lebih bisa membuka github repository naups. document: ${{ steps.build.outputs.outfile }} diff --git a/.github/workflows/lineaged-release_2.yml b/.github/workflows/lineaged-release_2.yml index 52b0fce2704e..c823faf8f67a 100644 --- a/.github/workflows/lineaged-release_2.yml +++ b/.github/workflows/lineaged-release_2.yml @@ -1,9 +1,9 @@ -name: Build Redmi 5 Lineaged kernel +name: Build Redmi 5 Lineaged GpuBoost kernel on: push: branches: - - 'release/minimalist' + - 'release/boost-gpu' jobs: build: @@ -25,7 +25,7 @@ jobs: uses: SantriKode/arm64-kernel-actions@master id: build env: - NAME: Lineaged_kernel + NAME: Lineaged_GpuBoost_kernel with: arch: arm64 compiler: neutron-clang/binutils @@ -39,5 +39,5 @@ jobs: to: ${{ secrets.CHANNEL_ID }} token: ${{ secrets.TELEGRAM_BOT_TOKEN }} format: html - message: Kernel Lineaged telah dibuat pada repo ${{ github.repository }} dengan Compiler Neutron Clang pada commits berikut ${{ github.sha }}, untuk informasi lebih bisa membuka github repository naups. + message: Kernel Lineaged GpuBoost 725MHz telah dibuat pada repo ${{ github.repository }} dengan Compiler Neutron Clang pada commits berikut ${{ github.sha }}, untuk informasi lebih bisa membuka github repository naups. document: ${{ steps.build.outputs.outfile }} diff --git a/arch/arm64/configs/rosy-perf_defconfig b/arch/arm64/configs/rosy-perf_defconfig index 4007c670b2b2..d3378313c32a 100755 --- a/arch/arm64/configs/rosy-perf_defconfig +++ b/arch/arm64/configs/rosy-perf_defconfig @@ -1,4 +1,4 @@ -CONFIG_LOCALVERSION="-Lineaged-perf" +CONFIG_LOCALVERSION="-Lineaged-GpuBoost-perf" # CONFIG_LOCALVERSION_AUTO is not set # CONFIG_FHANDLE is not set CONFIG_AUDIT=y