Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev: fix cross builds running in git worktrees
Beforehand, running a cross build inside a git worktree would always fail. This PR adds code to also mount the main git repo into docker when in a git worktree, so that running cross builds will succeed. Fixes: cockroachdb#110735 Release note: None
- Loading branch information