|
Hi Here is my Cross.toml I'm trying It emits empty string. I also tried vergen_git2 and |
Answered by
enomado
Oct 3, 2024
Replies: 2 comments 5 replies
|
Im guessing theres some output in stderr? This is probably a file ownership problem. If it is, see #1473 (reply in thread) |
0 replies
|
Looks like a found a problem. stderr was real problem was what my repo is not equal to workspace root. when I run Is there any way to set mount point as |
5 replies
Answer selected by
enomado
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like a found a problem.
stderr was
fatal: not a git repository (or any parent up to mount point /home/sc/t/bur)real problem was what my repo is not equal to workspace root.
I have something like
when I run
cross build, my pwd isgit_repo/my_rust_project, so I have mounted onlymy_rust_project, and./../.gitis not accessible.Is there any way to set mount point as
./../, or should I reorganize my repository?