Commit Graph

126 Commits

Author SHA1 Message Date
Nullptr
08afe0334c manager: refactor to use AGP 8.0.0 (#414) 2023-04-21 16:19:49 +08:00
tiann
f12ee86f6f Revert "ci: Add version to build artifacts"
This reverts commit 147a9106e8.
2023-04-20 10:55:41 +08:00
tiann
2c2ed4e1b0 Revert "ci: Fix img upload"
This reverts commit fafc7c0819.
2023-04-20 10:55:41 +08:00
tiann
fafc7c0819 ci: Fix img upload 2023-04-19 14:02:39 +08:00
Howard Wu
8ba420ce44 [skip ci] ci: fix job name typo (#398) 2023-04-18 18:44:04 +08:00
tiann
147a9106e8 ci: Add version to build artifacts 2023-04-18 13:24:35 +08:00
Howard Wu
fa81df0519 ci: avoid ccache key conflict (#397) 2023-04-18 12:12:03 +08:00
tiann
2a87f9fee0 ci: run clippy with release build 2023-04-14 22:59:29 +08:00
weishu
0c6020ffef Ci (#390) 2023-04-14 22:55:43 +08:00
weishu
21ff0b4542 ci: update clippy check (#389) 2023-04-14 22:42:25 +08:00
Howard Wu
af44d0ba8d ci: Install dependency python-telegram-bot (#373) 2023-04-12 20:37:41 +08:00
Howard Wu
7bbb3bc3b3 ci: fix WSA upload path (#372) 2023-04-12 18:31:59 +08:00
Howard Wu
81e826d776 ci: WSA build fix typo (#370) 2023-04-12 17:52:24 +08:00
Howard Wu
7a8517b183 WSA Kernel update to 5.15 (#369)
Checks: https://github.com/Howard20181/KernelSU/actions/runs/4672228625
2023-04-12 12:16:56 +08:00
tiann
1a725a0200 ci: shortten image file name 2023-04-06 19:23:09 +08:00
tiann
ac800a5bcf Revert "ci: Remove tags with same KMI"
This reverts commit aba7e06e6d.
2023-04-06 13:35:43 +08:00
tiann
aba7e06e6d ci: Remove tags with same KMI 2023-04-04 19:09:04 +08:00
tiann
7597187eca ci: Add latest GKI tags 2023-04-04 19:07:31 +08:00
tiann
554a432c93 ci: trigger build su only if userspace/su changed 2023-04-04 19:01:50 +08:00
Abhiram
d844ef4f79 ci: Bump rustfmt-check to latest (#326) 2023-03-28 00:25:55 +08:00
tiann
99202748bb ci: Fix cross build error with Rust 1.68 2023-03-26 17:35:33 +08:00
Howard Wu
b8ec6e34b7 Fix WSA Kernel build (#267)
1. Use ubuntu-20.04
1. Use LLVM 12
1. Fix build cache
1. Fix KernelSU version
2023-02-22 09:20:37 +08:00
tiann
0900e5158a Revert "ci: use ubuntu-latest for wsa build"
This reverts commit 0f512bada7.
2023-02-21 23:58:31 +08:00
tiann
0f512bada7 ci: use ubuntu-latest for wsa build 2023-02-21 23:56:19 +08:00
tiann
03e6c43aaf ci: Fix ksud version incorrect 2023-02-16 10:05:35 +08:00
tiann
94e83b3bc7 ci: Fix release build 2023-02-08 23:58:47 +08:00
weishu
fcef6215c8 Add release ci (#218) 2023-02-08 22:31:43 +08:00
skbeh
df0ebb3012 ci: add CI for clippy, rustfmt and shell scripts (#193) 2023-02-04 13:52:20 +08:00
skbeh
9e34996c3b ksud: fix issues found by clippy (#167)
These issues are mostly found by `cargo clippy -- -W clippy::pedantic`.
2023-02-03 09:45:07 +08:00
tiann
8cd6e75757 ci: don't build kernel when ksud changes 2023-02-01 21:01:32 +08:00
tiann
c3dfdb59c0 ci: Add android13-5.10.149 2023-01-31 20:19:36 +08:00
skbeh
85383da584 ci: replace actions-rs/cargo with naive command (#162)
This avoids node 12 warnings.

Co-authored-by: Ylarod <me@ylarod.cn>
2023-01-31 19:11:00 +08:00
Ylarod
2294db8850 ci: trigger ci if yml changes in pr (#163) 2023-01-31 19:06:11 +08:00
Ylarod
971e6292e4 ci: update kernel build, remove embed ksud (#159) 2023-01-31 10:37:54 +08:00
Ylarod
cf27d74a63 ci: handle add device automatically (#157) 2023-01-30 19:41:46 +08:00
Ylarod
685bae72d5 add issue template (#139) 2023-01-29 16:14:23 +08:00
Ylarod
2223d383ea ci: fix kernel build (#137) 2023-01-29 13:00:47 +08:00
Ylarod
ab9c4fdac9 ci: update build (#129)
1. update kernel ci
2. fix manager build
2023-01-29 11:25:10 +08:00
Ylarod
88cccf6ce5 ci: common kernel build and embed ksud (#127) 2023-01-28 12:24:43 +08:00
Ylarod
21a2c5a5fb ci: use custom key to sign official bootimgs (#120)
We can get pub key hash by 
```
avbtool info_image --image boot.img
```
2023-01-26 13:40:07 +08:00
Abhiram
ac346b0ac4 [skip ci] bump actions/upload-artifact to v3 (#99) 2023-01-21 20:35:28 +08:00
秋秋
b6a820f421 ci: fix WSA ccache (#85) 2023-01-19 17:36:31 +08:00
Ylarod
2c932be45a [skip ci] ci: don't save cache in pr (#81) 2023-01-17 22:40:31 +08:00
秋秋
35dc051f7d ci: use ccache (#78) 2023-01-17 19:56:39 +08:00
Ylarod
dee23a601f ci: fix error 2023-01-17 17:05:12 +08:00
Ylarod
0039fa61f4 [skip ci] fix typo 2023-01-17 16:23:59 +08:00
Ylarod
77bf7d121b [skip ci] check BOT_TOKEN before step run 2023-01-17 16:20:36 +08:00
Ylarod
0ae8c6414d ci: update msg (#76) 2023-01-16 19:18:42 +08:00
Ylarod
c294b8fac8 ci: add version to tg msg (#75) 2023-01-16 18:15:35 +08:00
Ylarod
e35dc7f8fe ci: build manager if ksud change 2023-01-16 12:34:48 +08:00