Commit Graph

158 Commits

Author SHA1 Message Date
weishu fa1ee8430a ci: Fix release and LKM upload 2024-03-15 20:54:32 +08:00
weishu 3ae0eeecf7 ci: fix avd build 2024-03-15 20:29:53 +08:00
Ylarod 3f5d6ca54a Build KernelSU as LKM (#1254)
Co-authored-by: weishu <twsxtd@gmail.com>
2024-03-15 18:53:24 +08:00
余空 a3ee6246c6 ci: Add more kernel branches (#1442)
* Android12 5.10.205
* Android13 5.10.205
* Android13 5.15.144
* Update os_patch_level
2024-03-11 21:37:16 +08:00
loogeo e19b958a51 Update build-kernel-a14.yml (#1432) 2024-03-08 12:39:24 +08:00
lyf 5d59723d5f [CI][A14] a14-5.15 patch level 2024-01 and 2024-02 (#1433)
Since android14 5.15.137 (2024-01) was released with QPR3 Beta2 on Pixel
8(Pro)
2024-03-08 12:39:17 +08:00
weishu 3ac4a81611 ci: Add android 15 avd kernel (#1414) 2024-03-04 19:12:48 +08:00
5ec1cff 9aa308e7f3 ci: support android 14 AVD (#1405) 2024-02-29 17:36:38 +08:00
Lycs-D a8dfe878a7 ci: update android12-5.10 os_patch_level to 2024-01 (#1378) 2024-02-26 15:59:56 +08:00
Syuugo ca1685b5fb Update mamager configs (#1359)
Upgrade Gradle and AGP.

Fixing workflow.
2024-02-18 11:40:05 +08:00
5ec1cff 84d3f947b8 ci: upload manager mappings (#1351) 2024-02-07 01:15:34 +08:00
weishu 51f4b2f353 ci: fix wsa and chromeos ci 2024-02-04 10:52:57 +08:00
秋秋 e9cd63395b ci: Remove ccache patch (#1312)
We don't need it
2024-01-24 14:11:19 +08:00
Ylarod a4e57e4b24 ci: remove a14 6.1 2024-01 (#1290)
Not released

https://android.googlesource.com/kernel/common/+/refs/heads/android14-6.1-2024-01
2024-01-15 23:02:25 +08:00
Ylarod 863c6862ae fix android14 ci (#1288) 2024-01-15 11:04:27 +08:00
loogeo c8324c57c7 Update build-kernel-a14.yml to add ANDROID14-6.1.68 (#1287)
add new 6.1.68
2024-01-14 19:41:07 +08:00
Ylarod 5d6548e7b6 ci: build less wsa image in pr (#1273) 2024-01-08 09:54:14 +08:00
Ylarod 5e5d050987 [skip ci] fix ci (#1263) 2024-01-07 12:47:03 +08:00
Ylarod 77ebdff999 [skip ci] Skip building kernel in draft pr (#1256) 2024-01-06 10:28:06 +08:00
weishu 0e28807459 ci: fix clippy 2023-12-30 09:19:38 +08:00
SchweGELBin a864fb4760 Update ksud.yml (#1221)
Some dependencies need a newer version of rust (1.70.0+) Fixes that to
be able to use 1.67.0.
2023-12-22 10:26:14 +08:00
Syuugo fc1726a962 Update action uses (#1216) 2023-12-20 09:37:08 +08:00
weishu 9792d711c3 kernel: Add 2023-12 kernel ci 2023-12-12 19:33:12 +08:00
weishu 6f32d2c156 ci: Add latest kernels 2023-11-19 22:33:17 +08:00
weishu 6571354507 website: fix vitepress ci 2023-11-13 12:08:22 +08:00
weishu 22a029d242 website: fix vitepress ci 2023-11-13 12:04:37 +08:00
weishu efa8b83d79 website: update vitepress ci 2023-11-13 11:58:59 +08:00
weishu b4c48718b9 ci: allow manually dispatch website deploy 2023-11-13 10:45:09 +08:00
weishu fdbe7fd1a8 ci: remove protected symbols 2023-11-02 12:06:08 +08:00
Js0n 73756c6942 fix(bot): prevent flood wait by caching bot session (#1082)
This stop bot from re-login every run.
2023-10-25 11:32:46 +08:00
weishu 820b956610 ci: fix build for protectd symbols 2023-10-25 09:13:11 +08:00
weishu 314b9ead80 ci: remove dirty postfix for a14 kernel 2023-10-24 22:59:52 +08:00
weishu 468bd1c7e2 ci: remove su local cache 2023-10-24 18:03:03 +08:00
weishu be6c36e5a0 ci: fix secrets for release ci 2023-10-24 17:35:53 +08:00
weishu 0f54c6a4bd ci: Add Android 14 kernel build to release 2023-10-24 17:01:17 +08:00
weishu 9461ed1f76 ci: fix build userspace su (#1079) 2023-10-24 10:19:08 +08:00
Js0n 791e3eeadd ci: replace python-telegram-bot with telethon (#1076) 2023-10-24 07:00:23 +08:00
weishu 75fad5ee3f kernel: dirty fix for pixel8 wlan/bluetooth. close #1074
The wlan and bluetooth driver bcmdhd4398 cannot be loaded because cfg80211.ko has been converted to a vendor module. You can find more information about this conversion at: https://android.googlesource.com/kernel/common/+/ee1e4b7c5e0a2a717ae7994a7e92e1b833367124.

The reason why cfg80211.ko cannot be loaded is because the rfkill.ko module in system_dlkm has protected symbols. To fix this issue, we simply need to delete the protected symbol.

"There is no ABI stability between GKI and GKI modules. In order for modules to load correctly during runtime, GKI and GKI modules must be built and updated together."

We need to find a better solution to address this problem.

Co-authored-by: aviraxp <wanghan1995315@gmail.com>
2023-10-23 22:20:43 +08:00
ZHANtech™ 617660c5d1 [CI] Update Android 13 sublevel and patch level (#1071)
android13-5.10-2023-10 :
https://android.googlesource.com/kernel/common/+/refs/heads/android13-5.10-2023-10

android13-5.15-2023-10 :
https://android.googlesource.com/kernel/common/+/refs/heads/android13-5.15-2023-10
2023-10-23 08:17:10 +08:00
weishu b8ae81ca56 Add android14-6.1 (#1065) 2023-10-22 17:55:02 +08:00
sus 321dc33be4 讓artifact可以正確導出 (#1064)
修正artifact無法被導出的問題
[action](https://github.com/tiann/KernelSU/actions/runs/6597355879)
Annotations
1 warning
upload-artifacts
No files were found with the provided path: Image-android13*/*.img.gz.
No artifacts will be uploaded.
2023-10-22 08:31:15 +08:00
weishu 31165d284a Add Android 14 kernel ci (#1057) 2023-10-20 08:53:08 +08:00
Syuugo 93cfab956b Optimize for build WSA kernels (#1025)
`5.15.104.4` will not be released, so commit internal changes first.
2023-10-13 19:51:25 +08:00
weishu 1cd01e75c0 ci: Add android13-5.10-2023-09 2023-10-08 17:17:16 +08:00
weishu 0d0159474d ci: Fix sublevel incorrect 2023-10-08 17:11:13 +08:00
huangsijun17 0ef84b9d5c add a13-5.15.131 (#988)
add 131
2023-09-27 09:40:15 +08:00
Syuugo 6375813a59 Optimize for WSA (#975)
- Restore kernels
  - 5.15.**94.2**: WSA: **2305**.40000.(4~6).0
  - 5.15.**104.1**: WSA: **2306**.40000.4.0
  - 5.15.**104.2**: WSA: **2307**.40000.6.0
  
  This is because it is still being distributed by MS official.

- Optimize workflow
Unless there is a destructive update, all settings are the same, so
there are many unnecessary descriptions.
Therefore, the next time the device code is changed or the kernel
version is updated to higher than 5.15, the current configuration will
be restored again.
2023-09-22 10:12:42 +08:00
ZHANtech™ 74400a37c5 [CI] Update Check Build Kernel (#936) 2023-09-07 23:33:55 +08:00
Syuugo Mizoguchi f0e9bc2f2a Bump actions/checkout from 3 to 4 (#935)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to
4.
- [Release notes](https://github.com/actions/checkout/releases)
-
[Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)
2023-09-07 21:24:01 +08:00
Syuugo Mizoguchi a935c5a412 Fix WSA kernels (#925)
- WSA latest version: `2307.40000.6.0`
  -> Kernel version: `5.15.104.2`

- Next kernel version: `5.15.104.3`
  -> We haven't yet confirmed the release of this kernel.
2023-09-06 00:56:26 +08:00