Skip to content

Comments

ci: Fix LKM version number anomaly and Git ownership issues#2832

Merged
Ylarod merged 1 commit intotiann:mainfrom
Prslc:main
Oct 28, 2025
Merged

ci: Fix LKM version number anomaly and Git ownership issues#2832
Ylarod merged 1 commit intotiann:mainfrom
Prslc:main

Conversation

@Prslc
Copy link
Contributor

@Prslc Prslc commented Oct 28, 2025

Fix LKM version number anomaly and Git ownership issues

The issue, introduced in commit cf361a7, was caused by a user permission mismatch between the Docker container and the host, which made Git detect "suspicious ownership" and blocked proper version retrieval during the build.

Added git config --global --add safe.directory to bypass Git's ownership check, allowing the KernelSU module to build correctly in CI pipelines and retrieve the correct version number.

@Ylarod Ylarod merged commit 812de3f into tiann:main Oct 28, 2025
u9521 pushed a commit to u9521/KernelSU that referenced this pull request Dec 31, 2025
**Fix LKM version number anomaly and Git ownership issues**

The issue, introduced in commit cf361a7, was caused by a user permission
mismatch between the Docker container and the host, which made Git
detect "suspicious ownership" and blocked proper version retrieval
during the build.

Added `git config --global --add safe.directory` to bypass Git's
ownership check, allowing the KernelSU module to build correctly in CI
pipelines and retrieve the correct version number.

Signed-off-by: Prslc <[email protected]>
u9521 pushed a commit to u9521/KernelSU that referenced this pull request Jan 3, 2026
**Fix LKM version number anomaly and Git ownership issues**

The issue, introduced in commit cf361a7, was caused by a user permission
mismatch between the Docker container and the host, which made Git
detect "suspicious ownership" and blocked proper version retrieval
during the build.

Added `git config --global --add safe.directory` to bypass Git's
ownership check, allowing the KernelSU module to build correctly in CI
pipelines and retrieve the correct version number.

Signed-off-by: Prslc <[email protected]>
u9521 pushed a commit to u9521/KernelSU that referenced this pull request Jan 5, 2026
**Fix LKM version number anomaly and Git ownership issues**

The issue, introduced in commit cf361a7, was caused by a user permission
mismatch between the Docker container and the host, which made Git
detect "suspicious ownership" and blocked proper version retrieval
during the build.

Added `git config --global --add safe.directory` to bypass Git's
ownership check, allowing the KernelSU module to build correctly in CI
pipelines and retrieve the correct version number.

Signed-off-by: Prslc <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants