feat: multi-kernel LOS presets, LTO, naming, and CI pipeline polish#7
Merged
Conversation
Raise the ccache max size to 4G for both toolchains, keep compression
enabled, and set compression_level=6 when the installed ccache supports
it. Compiler validation stays content-based (CCACHE_COMPILERCHECK=content).
Bump the Actions cache key prefix to marble-builder-ccache-v3 and include
LTO mode (-lto${LTO}) in the key identity alongside the existing config
hash of build scripts and preset config files. Record lto= in
build-info.txt for artifact metadata.
Keep save-on-miss for ccache: GitHub Actions cache keys are immutable, so
always-save on a hit cannot update an existing key and is effectively
useless.
Run a fast policy subset in the matrix setup job before fan-out (workflow, LTO, manager, matrix-generator, SUSFS presets) instead of every tests/test-*.sh script. The full suite remains in preflight. After aggregate generates matrix-summary.md, upload it as marble-matrix-summary-rN with the same pinned upload-artifact action and 30-day retention used for flash artifacts. The release job still downloads flash ZIPs and verifies checksums via prepare-promoted-release.sh.
Document the lto workflow input (default thin; none/thin/full) in the README inputs table. Note that Melt keeps LTO on while LOS presets pair thin LTO with llvm-22 and swap on free runners. Refresh the ccache reliability row to 4 GiB with LTO included in the cache identity. Add free-runner LTO guidance to docs/versions.md covering mode trade-offs and recommended toolchain/LTO combinations per preset family.
…polish - ZIP: AK3_marble_FAMILY_source_manager[-ver][-codeN][_susfs-vX]_rN - Dynamic text-only AnyKernel banner (Family/Source/Manager/SUSFS/LTO/Run) - toolchain=auto resolves from preset recommended_toolchain - PACKAGE_FAMILY export; shell-safe kernel-source.env quoting - Summaries: LTO, ccache/ThinLTO hits, SUSFS module note, quality labels - full LTO free-runner warning; Image file type audit; known-good pins - Weekly Melt smoke workflow; LOS smoke checklist; docs/ARCHITECTURE
… Cache section - Kernel Source row: (preset) links to github.com/source_repo - Cache section: Actions hits + fenced ccache -s (matches artifact stats) - Docs: ARCHITECTURE/README/versions aligned with release notes strip + manager version
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.
Summary
Merges multi-kernel CI packaging for Poco F5 / marble into
main:kernel_sourcedropdown)auto→ llvm-22.1.8 (LOS) / android clang (Melt)AK3_marble_<FAMILY>_<source>_<manager>…[_susfs-vX]_rN.zip!cancelled); per-kernel keysccache -s(stripped from release notes)dev-susfs(aligned with Wild GKI SUSFS practice)CI smoke (branch)
Test plan
tests/test-*.sh(summary, matrix, promote, manager-version, workflow-policy)mainNotes
matrix-summary-release.md(no Cache block).