forked from WildKernels/OnePlus_KernelSU_SUSFS
-
Notifications
You must be signed in to change notification settings - Fork 16
refactor: Sync from 'main' to 'test-remote-action-build' #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
luigimak
wants to merge
77
commits into
fatalcoder524:test-remote-action-build
Choose a base branch
from
luigimak:test-remote
base: test-remote-action-build
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
refactor: Sync from 'main' to 'test-remote-action-build' #12
luigimak
wants to merge
77
commits into
fatalcoder524:test-remote-action-build
from
luigimak:test-remote
Conversation
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
It is noticed that this method builds only the required kernel without modules and vendor boot and decreases the build time especially for Bazel Builds drastically. - Search Clang path in Source and System. - Fix Uname when building with Make. - Remove unwanted script code and add exit on system clang selected - Build with -O2 compiler options Co-authored-by: fatalcoder524 <11532648+fatalcoder524@users.noreply.github.com>
Fix comments, variables and refactor --------- Co-authored-by: fatalcoder524 <11532648+fatalcoder524@users.noreply.github.com>
- Replace required branch inputs with optional commit hash or branch for SusFS. - Extract SusFS Branch from Kernel source.
- Remove futile Maphide LineageOS Detections - Remove futile Maphide for jit-zygote-cache Detections
OnePlus recently separated OnePlus 13 China and OnePlus 13 Global/EU/India sources: OnePlusOSS/kernel_manifest@0c41f30 OnePlusOSS/kernel_manifest#109
A lightweight LSM (Linux Security Module) for the Android kernel, designed to block unauthorized writes to critical partitions/device nodes at the system level. This reduces the risk of malicious or accidental tampering with critical components such as the baseband and boot chain.
* update: update restore keys naming scheme to prevent restoring ccache from different models Signed-off-by: 0x-br0k3n <127822226+0x-br0k3n@users.noreply.github.com> * update: update restore keys naming scheme to use restore keys only when kernel version or compiler version is changed Signed-off-by: 0x-br0k3n <127822226+0x-br0k3n@users.noreply.github.com> * update: update restore keys naming scheme to use sublevel Signed-off-by: 0x-br0k3n <127822226+0x-br0k3n@users.noreply.github.com> * update: update ccache max size to 1G Signed-off-by: 0x-br0k3n <127822226+0x-br0k3n@users.noreply.github.com> --------- Signed-off-by: 0x-br0k3n <127822226+0x-br0k3n@users.noreply.github.com>
* Add OOS16 devices - OP13 - configs/oos16/OP13.json - manifests/oos16/oneplus_13_b.xml - OP13S - configs/oos16/OP13s.json - manifests/oos16/oneplus_13s_b.xml - OP13t - configs/oos16/OP13t.json - manifests/oos16/oneplus_13t_b.xml - OP-ACE-5-PRO - configs/oos16/OP-ACE-5-PRO.json - manifests/oos16/oneplus_ace5_pro_b.xml - OP-ACE-6 - configs/oos16/OP-ACE-6.json - manifests/oos16/oneplus_ace_6.xml * renamed manifest _u for oos14 _v for oos15 _w for oos16
…rnels#86) - Fixed an issue where the 'Built Devices' table displayed only one OS version for devices with identical models built on different OS versions. - Features now reflect what was actually compiled, based on the matrix.json generated by the 'build' job. - Removed declaration and assignment of unused array variables. - Add SUSFS_BASE_VERSION env to make releases notes dynamic and easy to update - Move KSUN version to a 'Build Configuration' table - Fix compiler options: use ccache clang - Add missing Changelogs Co-authored-by: fatalcoder524 <11532648+fatalcoder524@users.noreply.github.com>
* Add support OOS16 for OP12r & OOS15/16 OP-ACE-3 * Added OOS16 support for more OP devices - OP-ACE-3-PRO - OP-ACE-3V - OP-NORD-4 - OP-NORD-5 - OP-PAD-2 - OP-PAD-PRO
modify workflow to select individual OnePlus models. switch to using configs, manifests and action from WildKernels/OnePlus_KernelSU_SUSFS.
Author
Author
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.
modify workflow to select individual OnePlus models.
switch to using configs, manifests and action from WildKernels/OnePlus_KernelSU_SUSFS.