buildtest/.github/workflows/build2.yaml
forever 23827f6d08
Some checks failed
Build / build (push) Failing after 25m48s
BuildKernel / Build Kernel (push) Failing after 22s
更新 .github/workflows/build2.yaml
2024-10-26 23:10:30 +08:00

20 lines
506 B
YAML

name: BuildKernel
on: push
jobs:
build-kernel:
name: Build Kernel
runs-on: ubuntu-20.04
steps:
- name: Build
uses: dabao1955/kernel_build_action@main
with:
kernel-url: https://github.com/mondrian-development/android_kernel_xiaomi_mondrian
kernel-branch: mondrian-s-oss
config: vendor/mondrian_GKI
arch: arm64
aosp-gcc: true
aosp-clang: true
android-version: 12
aosp-clang-version: r383902