areusch commented on pull request #8639: URL: https://github.com/apache/tvm/pull/8639#issuecomment-892790338
@leandron try running `docker/bash.sh ci_cpu git status` from a git-worktree root that's not the original cloned repository. it will fail because it can't access the original repo (the original repo path is placed as a relative path in `.git`). by mounting the repo based on the pwd, this issue is worked around. > Maybe we could add a "usage" example in the header of the script, to instruct people on how to do that? ack > Also, a bit off topic for here but I think we really should think about processing the inputs in a loop so that users can provide non-positional parameters in any order. will see if i can do this in next patch -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
