ThePedroo
ea49b887ab
add: signed CIs for main branch
...
This commit makes the "main" branch CI builds signed from now on.
2025-05-18 16:43:29 -03:00
ThePedroo
61ece7ee4f
remove: ccache from workflows
...
This commit removes ccache since it doesn't provide any benefit in workflows, and makes them slower.
2025-04-21 20:04:16 -03:00
JingMatrix
d498a9ab01
fix: trigger Zygisk modules service.sh in parallel ( #91 )
...
This commit fixes 2 issues:
- service.sh of files were not being executed in parallel, a behavior described in: https://github.com/topjohnwu/Magisk/blob/master/docs/guides.md#boot-scripts . This was fixed by using "&" in the end of the command to execute the module's service.sh, telling the shell to not block.
- Gradle wrapper used in ReZygisk was old, causing failing CIs.
It also updates the NDK version to ensure we'll be operating smoothly.
2024-11-24 15:18:50 -03:00
ThePedroo
41e83aec52
remove: Rust from CI
...
This commit removes the setup of Rust in the CI.
2024-11-10 23:05:29 -03:00
Emmanuel Lobo
954c3a9cc5
update: GH Actions ( #32 )
...
This commit updates GH(GitHub) Actions to its latest possible major Versions to avoid [warning or deprecation of them](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ ), Updated ones Are:
`@actions/checkout`
`@actions/setup-java`
`@gradle/gradle-build-action -> @gradle/actions/setup-gradle (was delegated/replaced)`
`@actions/upload-artifact`
Signed-off-by: Emmanuel Lobo <76094069+UnschooledGamer@users.noreply.github.com >
2024-07-14 14:01:12 -03:00
ThePedroo
47f230d0c2
update: workflows
...
This commit updates the workflows for the repository.
2024-06-16 21:24:27 -03:00
Ylarod
338d306501
update for version too old issue ( #85 )
2024-01-06 21:27:39 +08:00
5ec1cff
977bd7753d
write empty machikado if no key available
2024-01-02 19:51:29 +08:00
5ec1cff
99048699fc
rename uploaded symbol filename
2023-12-11 16:13:33 +08:00
5ec1cff
ba1f90cba8
Upload CI builds to telegram
2023-12-11 15:42:26 +08:00
5ec1cff
a88d7a5bb8
fix CI
2023-12-08 20:40:32 +08:00
5ec1cff
d66dba265c
upload zygiskd debug symbols
2023-12-08 20:32:40 +08:00
Nullptr
47e515e2fc
Update CI
2023-10-24 17:22:34 +08:00
5ec1cff
a2af28dc6f
add 32 bit support back & fix x86-64 support & fix jni hook restore ( #59 )
...
* Add back 32 bit support & some fix
* fix system server crash on android 10
* Refine code
---------
Co-authored-by: Nullptr <noreply@nullptr.icu >
2023-10-24 15:27:21 +08:00
Nullptr
9f28e0a7ad
Update CI and README.md
2023-10-21 16:08:35 +08:00
Howard Wu
3772e23473
Add issue templates ( #19 )
2023-04-16 14:41:56 +08:00
5ec1cff
b775d28c23
Add CI ( #14 )
...
* CI
Signed-off-by: 5ec1cff <ewtqyqyewtqyqy@gmail.com >
* Update gradle.properties
* add rustup targets (#1 )
* Update ci.yml
* Update ci.yml
* Update ci.yml
* Use ccache and rust-cache
Signed-off-by: 5ec1cff <ewtqyqyewtqyqy@gmail.com >
---------
Signed-off-by: 5ec1cff <ewtqyqyewtqyqy@gmail.com >
Co-authored-by: Mufanc <47652878+Mufanc@users.noreply.github.com >
2023-03-16 17:26:29 +08:00