CI: fix Haiku git safe.directory issue, fixes #9562#9563
Merged
ThomasWaldmann merged 1 commit intoborgbackup:masterfrom Apr 7, 2026
Merged
CI: fix Haiku git safe.directory issue, fixes #9562#9563ThomasWaldmann merged 1 commit intoborgbackup:masterfrom
ThomasWaldmann merged 1 commit intoborgbackup:masterfrom
Conversation
Member
|
Check this: cross-platform-actions/action#108 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #9563 +/- ##
==========================================
+ Coverage 83.36% 83.40% +0.03%
==========================================
Files 87 87
Lines 15481 15489 +8
Branches 2325 2326 +1
==========================================
+ Hits 12906 12918 +12
Misses 1821 1821
+ Partials 754 750 -4 ☔ View full report in Codecov by Sentry. |
Contributor
Author
have raised the mentioned fix there |
Member
|
We'll use this for now until it is fixed / released upstream. Thanks for fixing! |
Contributor
Author
Its merged, we can revert the these changes once they have a new release. |
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.
Description
cross-platform-actionsrsyncs the repo into the Haiku VM under a different file owner than the shell user. Now, calls git at the "getting requirements to build editable" phase which triggers git's dubious-ownership check and breaks the build.Fix: set
safe.directorybeforepip install.fixes #9562
Checklist
master