mehrdadh commented on code in PR #11953:
URL: https://github.com/apache/tvm/pull/11953#discussion_r915079003
##########
docker/bash.sh:
##########
@@ -138,6 +138,8 @@ CONTAINER_NAME=
# "${REPO_DIR}". The consistent directory for Jenkins is currently
# necessary to allow cmake build commands to run in CI after the build
# steps.
+# TODO(oss-team): Figure out a better way to keep the same path
+# between build and testing stages: https://github.com/apache/tvm/issues/11952
Review Comment:
The assumption on using ./docker/bash.sh is that it will map the same path
to the docker, but as I was trying to use it in another CI with ci_hexagon, we
encounter an issue because of this assumption. @areusch suggested to add a
comment here so we can potentially fix this later.
--
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]