RSS Bot Posted February 28, 2023 Posted February 28, 2023 Description Replace absolute path to git-tree with relative, so it is accesible without docker builder. was: $ cat cache/sources/linux-kernel-worktree/6.2__jethome64__arm64/.git gitdir: /armbian/cache/git-bare/kernel/.git/worktrees/6.2__jethome64__arm64 new: $ cat cache/sources/linux-kernel-worktree/6.2__jethome64__arm64/.git gitdir: ../../../git-bare/kernel/.git/worktrees/6.2__jethome64__arm64 Jira reference number [AR-9999] How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [X] Build ok [X] Access to git tree without docker builder ok Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
Recommended Posts