rosy: perf_defconfig: add missing CONFIG_BLK_CGROUP #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Redmi 5 Lineaged kernel | |
on: | |
push: | |
branches: | |
- 'release/base' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
steps: | |
- name: Checkout kernel source | |
uses: actions/checkout@v2 | |
- name: Checkout zipper | |
uses: actions/checkout@v2 | |
with: | |
repository: SantriKode/AnyKranul3 | |
path: zipper | |
- name: Android kernel build | |
if: ${{ success() }} | |
uses: SantriKode/arm64-kernel-actions@master | |
id: build | |
env: | |
NAME: Lineaged_kernel | |
with: | |
arch: arm64 | |
compiler: neutron-clang/binutils | |
defconfig: rosy-perf_defconfig | |
image: Image.gz-dtb | |
- name: Release build (Telegram) | |
if: ${{ success() }} | |
uses: appleboy/telegram-action@master | |
with: | |
to: ${{ secrets.CHANNEL_ID }} | |
token: ${{ secrets.TELEGRAM_BOT_TOKEN }} | |
format: html | |
message: <strong>Kernel Lineaged - BASE</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 }} |