support metamodule, remove built-in overlayfs mount

Co-authored-by: weishu <twsxtd@gmail.com>
Co-authored-by: YuKongA <70465933+YuKongA@users.noreply.github.com>
Co-authored-by: Ylarod <me@ylarod.cn>
This commit is contained in:
ShirkNeko
2025-11-19 19:33:01 +08:00
parent 4f79c94ab9
commit a8acea9180
28 changed files with 1617 additions and 807 deletions

View File

@@ -2,7 +2,7 @@ name: Build Manager
on:
push:
branches: [ "main", "dev", "ci" ]
branches: [ "main", "dev", "ci", "miuix" ]
paths:
- '.github/workflows/build-manager.yml'
- '.github/workflows/build-lkm.yml'
@@ -11,13 +11,14 @@ on:
- 'userspace/ksud/**'
- 'userspace/user_scanner/**'
pull_request:
branches: [ "main", "dev" ]
branches: [ "main", "dev", "miuix" ]
paths:
- '.github/workflows/build-manager.yml'
- '.github/workflows/build-lkm.yml'
- 'manager/**'
- 'kernel/**'
- 'userspace/ksud/**'
- 'userspace/user_scanner/**'
workflow_call:
jobs: