Skip to content

Commit

Permalink
workflows and configs: Release Lineaged GpuBoost Kernel for Redmi 5
Browse files Browse the repository at this point in the history
  • Loading branch information
naups committed Aug 22, 2023
1 parent e4884a2 commit f6e1c17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lineaged-release_1.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand All @@ -39,5 +39,5 @@ jobs:
to: ${{ secrets.CHANNEL_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
format: html
message: <strong>Kernel Lineaged</strong> telah dibuat pada repo ${{ github.repository }} dengan <strong>Compiler AOSP Google</strong> pada commits berikut <code>${{ github.sha }}</code>, untuk informasi lebih bisa membuka github repository <a href="https://www.github.com/naups/xiaomi_rosy_kernel/commits/${{ github.sha }}">naups</a>.
message: <strong>Kernel Lineaged GpuBoost</strong> telah dibuat pada repo ${{ github.repository }} dengan <strong>Compiler AOSP Google</strong> pada commits berikut <code>${{ github.sha }}</code>, untuk informasi lebih bisa membuka github repository <a href="https://www.github.com/naups/xiaomi_rosy_kernel/commits/${{ github.sha }}">naups</a>.
document: ${{ steps.build.outputs.outfile }}
8 changes: 4 additions & 4 deletions .github/workflows/lineaged-release_2.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand All @@ -39,5 +39,5 @@ jobs:
to: ${{ secrets.CHANNEL_ID }}
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
format: html
message: <strong>Kernel Lineaged</strong> telah dibuat pada repo ${{ github.repository }} dengan <strong>Compiler Neutron Clang</strong> pada commits berikut <code>${{ github.sha }}</code>, untuk informasi lebih bisa membuka github repository <a href="https://www.github.com/naups/xiaomi_rosy_kernel/commits/${{ github.sha }}">naups</a>.
message: <strong>Kernel Lineaged GpuBoost 725MHz</strong> telah dibuat pada repo ${{ github.repository }} dengan <strong>Compiler Neutron Clang</strong> pada commits berikut <code>${{ github.sha }}</code>, untuk informasi lebih bisa membuka github repository <a href="https://www.github.com/naups/xiaomi_rosy_kernel/commits/${{ github.sha }}">naups</a>.
document: ${{ steps.build.outputs.outfile }}
2 changes: 1 addition & 1 deletion arch/arm64/configs/rosy-perf_defconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f6e1c17

Please sign in to comment.