Skip to content

Commit ee63023

Browse files
committed
fix: LXC_defconfig loss, close #7
1 parent e8a18d6 commit ee63023

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

.github/workflows/kernel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
working-directory: ${{ env.KERNEL_NAME }}
255255
env:
256256
DEFCONFIG: ${{ env.WORKSPACE }}/${{ env.KERNEL_NAME }}/arch/${{ steps.generate-args.outputs.ARCH }}/configs/${{env.KERNEL_DEFCONFIG_PATH}}
257-
ADD_DEFCONFIG: ${{ env.WORKSPACE }}/LXC/LXC_defconfig
257+
ADD_DEFCONFIG: ${{ env.WORKSPACE }}/Kernel/LXC/LXC_defconfig
258258
if: ${{ env.ENABLE_LXC == 'true' }}
259259
run: |
260260
# Add configuration

Kernel/configs/thyme.config.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,5 +152,51 @@
152152
},
153153
"enableKernelSU": true,
154154
"enableLXC": false
155+
},
156+
{
157+
"kernelSource": {
158+
"name": "Xiaomi10S(Google-Docker)",
159+
"repo": "https://codeberg.org/DogDayAndroid/android_kernel_xiaomi_thyme",
160+
"branch": "lineage-20.0",
161+
"device": "thyme",
162+
"defconfig": "thyme_defconfig"
163+
},
164+
"toolchains": [
165+
{
166+
"repo": "https://android.googlesource.com/platform/prebuilts/gas/linux-x86",
167+
"branch": "master",
168+
"name": "gas",
169+
"binaryEnv": []
170+
},
171+
{
172+
"repo": "https://gitlab.com/ThankYouMario/android_prebuilts_clang-standalone/",
173+
"branch": "11",
174+
"name": "clang",
175+
"binaryEnv": [
176+
"bin"
177+
]
178+
}
179+
],
180+
"enableCcache": true,
181+
"params": {
182+
"ARCH": "arm64",
183+
"CC": "clang/bin/clang",
184+
"externalCommands": {
185+
"CROSS_COMPILE": "aarch64-linux-gnu-",
186+
"CROSS_COMPILE_ARM32": "arm-linux-gnueabi-",
187+
"CROSS_COMPILE_COMPAT": "arm-linux-gnueabi-",
188+
"CLANG_TRIPLE": "aarch64-linux-gnu-"
189+
}
190+
},
191+
"AnyKernel3": {
192+
"use": true,
193+
"release": true,
194+
"custom": {
195+
"repo": "https://github.com/easterNday/AnyKernel3/",
196+
"branch": "thyme"
197+
}
198+
},
199+
"enableKernelSU": true,
200+
"enableLXC": true
155201
}
156202
]

0 commit comments

Comments
 (0)