Skip to content

Commit

Permalink
fix: LXC_defconfig loss, close #7
Browse files Browse the repository at this point in the history
  • Loading branch information
easterNday committed Jan 2, 2024
1 parent e8a18d6 commit ee63023
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
working-directory: ${{ env.KERNEL_NAME }}
env:
DEFCONFIG: ${{ env.WORKSPACE }}/${{ env.KERNEL_NAME }}/arch/${{ steps.generate-args.outputs.ARCH }}/configs/${{env.KERNEL_DEFCONFIG_PATH}}
ADD_DEFCONFIG: ${{ env.WORKSPACE }}/LXC/LXC_defconfig
ADD_DEFCONFIG: ${{ env.WORKSPACE }}/Kernel/LXC/LXC_defconfig
if: ${{ env.ENABLE_LXC == 'true' }}
run: |
# Add configuration
Expand Down
46 changes: 46 additions & 0 deletions Kernel/configs/thyme.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,51 @@
},
"enableKernelSU": true,
"enableLXC": false
},
{
"kernelSource": {
"name": "Xiaomi10S(Google-Docker)",
"repo": "https://codeberg.org/DogDayAndroid/android_kernel_xiaomi_thyme",
"branch": "lineage-20.0",
"device": "thyme",
"defconfig": "thyme_defconfig"
},
"toolchains": [
{
"repo": "https://android.googlesource.com/platform/prebuilts/gas/linux-x86",
"branch": "master",
"name": "gas",
"binaryEnv": []
},
{
"repo": "https://gitlab.com/ThankYouMario/android_prebuilts_clang-standalone/",
"branch": "11",
"name": "clang",
"binaryEnv": [
"bin"
]
}
],
"enableCcache": true,
"params": {
"ARCH": "arm64",
"CC": "clang/bin/clang",
"externalCommands": {
"CROSS_COMPILE": "aarch64-linux-gnu-",
"CROSS_COMPILE_ARM32": "arm-linux-gnueabi-",
"CROSS_COMPILE_COMPAT": "arm-linux-gnueabi-",
"CLANG_TRIPLE": "aarch64-linux-gnu-"
}
},
"AnyKernel3": {
"use": true,
"release": true,
"custom": {
"repo": "https://github.com/easterNday/AnyKernel3/",
"branch": "thyme"
}
},
"enableKernelSU": true,
"enableLXC": true
}
]

0 comments on commit ee63023

Please sign in to comment.