-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proton-builder: add more information in readme file
Signed-off-by: Carlo Dandan <carlodandan.personal@proton.me>
- Loading branch information
1 parent
a6001d7
commit a250e92
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
## (Work/Update in Progress) | ||
Github Action for Compiling Kernel from Source using Proton Clang | ||
### Action Kernel Builder | Proton | ||
Compile your first custom kernel using [proton-clang](https://github.com/kdrag0n/proton-clang). | ||
|
||
### Toolchain/Compiler Version | ||
* Clang+LLVM (v13.0.0, as of commit [b4fd512c](https://github.com/llvm/llvm-project/commit/b4fd512c36ca344a3ff69350219e8b0a67e9472a)) | ||
* Binutils (v2.36.1, trimmed) | ||
|
||
### Builder Notes | ||
* The last proton-clang release is the current branch, `master`. If you want to build with much older release, choose your own tag. | ||
* The builder uses antman from [neutron-clang](https://github.com/Neutron-Toolchains) to patch glibc incase clang requires v2.36+ in compiling, since the default glibc package from Debian/Ubuntu (latest, in gitaction) were at 2.35 only. | ||
* To change invocations for make command, just edit make.txt, change it how ever you want. | ||
* Builder uses osm0sis' AnyKernel3 template but with modified (just a bit) anykernel.sh - device checking were set to 0. Flash at your own risk. |