Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
if echo $toolchain | jq -e 'has("url")' > /dev/null; then
# If from archive
toolchain_url=$(echo $toolchain | jq -r ".url")
mkdir -p $toolchain_name
mkdir -p '$toolchain_name'

# Download archive
wget "$toolchain_url"
Expand Down
427 changes: 427 additions & 0 deletions .github/workflows/kernel.yml.bak

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
35 changes: 35 additions & 0 deletions Kernel/configs/xiaomi9.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[
{
"kernelSource": {
"name": "Xiaomi9KernelPoweredBySeparate",
"repo": "https://github.com/Separatee/AllinOneKernel",
"branch": "main",
"device": "cepheus",
"defconfig": "cepheus_defconfig"
},
"toolchains": [
{
"name": "proton-clang",
"repo": "https://github.com/kdrag0n/proton-clang",
"branch": "master",
"binaryEnv": ["./bin"]
}
],
"enableCcache": true,
"params": {
"ARCH": "arm64",
"CC": "clang",
"externalCommands": {
"CROSS_COMPILE": "proton-clang/bin/aarch64-linux-gnu-",
"CROSS_COMPILE_ARM32": "proton-clang/bin/arm-linux-gnueabi-",
"CLANG_TRIPLE": "aarch64-linux-gnu-"
}
},
"AnyKernel3": {
"use": false,
"release": true
},
"enableKernelSU": false,
"enableLXC": false
}
]
40 changes: 40 additions & 0 deletions Kernel/configs/xiaomi9.config.json.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[
{
"kernelSource": {
"name": "Xiaomi9KernelPoweredBySeparate",
"repo": "https://github.com/Separatee/AllinOneKernel",
"branch": "main",
"device": "cepheus",
"defconfig": "cepheus_defconfig"
},
"toolchains": [
{
"name": "proton-clang",
"repo": "https://github.com/kdrag0n/proton-clang",
"branch": "master",
"binaryEnv": ["./bin"]
},
{
"name": "",
"url": "",
"binaryEnv": []
}
],
"enableCcache": true,
"params": {
"ARCH": "arm64",
"CC": "clang",
"externalCommands": {
"CROSS_COMPILE": "proton-clang/bin/aarch64-linux-gnu-",
"CROSS_COMPILE_ARM32": "proton-clang/bin/arm-linux-gnueabi-",
"CLANG_TRIPLE": "aarch64-linux-gnu-"
}
},
"AnyKernel3": {
"use": false,
"release": true
},
"enableKernelSU": false,
"enableLXC": false
}
]