Removed KernelSU submodule#3
Closed
Ninjona wants to merge 70 commits intosnowwolf725:oneplus/LOS_SM8150_14.0from
Closed
Removed KernelSU submodule#3Ninjona wants to merge 70 commits intosnowwolf725:oneplus/LOS_SM8150_14.0from
Ninjona wants to merge 70 commits intosnowwolf725:oneplus/LOS_SM8150_14.0from
Conversation
workflow_dispatch:
Pinning to Ubuntu 22.04 for stable glibc. Installing lld from system packages. Replacing export LD=ld.lld with export LD=$(which ld.lld) to use the system linker.
comment out git add -A && git commit -a -m "Add KernelSU"
removed # git add -A && git commit -a -m "Add KernelSU" at line 181
reversed last commit
integrated sukisu
Removed all KernelSU-related steps and older Android version builds Added SukiSu installation: Cloned SukiSu repository Ran install.sh on kernel source Updated versioning to use SukiSu commit count Changed commit message to "Add SukiSu" Updated artifact names with "SukiSu" instead of "kernel-SU" Simplified workflow to only build Android 14 (LOS21) Updated user credentials for commits to SukiSuBot Removed unnecessary artifact upload steps Updated release body with SukiSu information This workflow now: Only builds for Android 14/LOS21 Fully integrates SukiSu instead of KernelSU Uses updated toolchains compatible with newer build environments Maintains ccache optimization for faster builds Creates a clean flashable zip with SukiSu integration
Fixed MKSU/SUSFS Integration: Clones the correct patch repository from ShirkNeko/Action_OnePlus_MKSU_SUSFS Applies both SUSFS and MKSU patches separately Uses the official KernelSU repository for installation Build Process Improvements: Simplified to build only for Android 14/LOS21 Added missing dependencies (libelf-dev, libncurses-dev) Fixed environment variable syntax Improved path handling for toolchains Used more reliable version counting from KernelSU repository Artifact Handling: Creates properly named flashable zip files Uploads build artifact for easy access Creates GitHub release with comprehensive information Error Prevention: Removed unnecessary git operations Fixed shell command syntax Added proper cleanup steps Ensured correct toolchain paths Clarity: Renamed workflow to reflect MKSU/SUSFS integration Added clear documentation in release body Simplified step names for better readability
+ CONFIG_KPM=y + CONFIG_KALLSYMS=y + CONFIG_KALLSYMS_ALL=y
rename releases
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.